3a1f732c0f
This CL:
* Changes the events so beginX and endX events always comes in pairs
(though technically not right as some specific events can be beginX
endY --- but in those cases it is at least documented and used in code
that actually tests it).
-> This entails adding some events and converting something from
"beginX" to "handleX" instead.
* Adds a utility that can generate an AST of sorts directly from the
parser via a listener using the begin/end matching (and knowing of the
specific ones that doesn't match directly).
* Adds a test that checks that - at least for all tested (50,000+) files
- the AST actually generate "correctly", i.e. matches up begin/ends
and ends up with a single top entry "CompilationUnit".
* Adds a different visualization to the parser listener events by
displaying the "AST directly from the parser" in a UI that can be
navigated. The visualization may not be the best, but it's certainly
a stepping stone.
Change-Id: I9b27f7bbf3be442adc92f357c7b3c46da6f84cf7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/159664
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
126 lines
9.1 KiB
Plaintext
126 lines
9.1 KiB
Plaintext
parseUnit(f)
|
|
skipErrorTokens(f)
|
|
listener: beginCompilationUnit(f)
|
|
syntheticPreviousToken(f)
|
|
parseTopLevelDeclarationImpl(, Instance of 'DirectiveContext')
|
|
parseMetadataStar()
|
|
listener: beginMetadataStar(f)
|
|
listener: endMetadataStar(0)
|
|
parseTopLevelMemberImpl()
|
|
listener: beginTopLevelMember(f)
|
|
isReservedKeyword(()
|
|
parseTopLevelMethod(, null, , Instance of 'NoType', null, f, false)
|
|
listener: beginTopLevelMethod(, null)
|
|
listener: handleNoType()
|
|
ensureIdentifierPotentiallyRecovered(, topLevelFunctionDeclaration, false)
|
|
listener: handleIdentifier(f, topLevelFunctionDeclaration)
|
|
parseMethodTypeVar(f)
|
|
listener: handleNoTypeVariables(()
|
|
parseGetterOrFormalParameters(f, f, false, MemberKind.TopLevelMethod)
|
|
parseFormalParameters(f, MemberKind.TopLevelMethod)
|
|
parseFormalParametersRest((, MemberKind.TopLevelMethod)
|
|
listener: beginFormalParameters((, MemberKind.TopLevelMethod)
|
|
listener: endFormalParameters(0, (, ), MemberKind.TopLevelMethod)
|
|
parseAsyncModifierOpt())
|
|
listener: handleAsyncModifier(null, null)
|
|
inPlainSync()
|
|
parseFunctionBody(), false, false)
|
|
listener: beginBlockFunctionBody({)
|
|
notEofOrValue(}, ()
|
|
parseStatement({)
|
|
parseStatementX({)
|
|
parseExpressionStatementOrDeclaration({, false)
|
|
parseExpressionStatementOrDeclarationAfterModifiers({, {, null, null, null, false)
|
|
looksLikeLocalFunction(()
|
|
parseExpressionStatement({)
|
|
parseExpression({)
|
|
parsePrecedenceExpression({, 1, true)
|
|
parseUnaryExpression({, true)
|
|
parsePrimary({, expression)
|
|
parseParenthesizedExpressionOrFunctionLiteral({)
|
|
parseParenthesizedExpression({)
|
|
parseExpressionInParenthesis({)
|
|
parseExpressionInParenthesisRest(()
|
|
parseExpression(()
|
|
parsePrecedenceExpression((, 1, true)
|
|
parseUnaryExpression((, true)
|
|
parsePrimary((, expression)
|
|
parseParenthesizedExpressionOrFunctionLiteral(()
|
|
parseParenthesizedExpression(()
|
|
parseExpressionInParenthesis(()
|
|
parseExpressionInParenthesisRest(()
|
|
parseExpression(()
|
|
parsePrecedenceExpression((, 1, true)
|
|
parseUnaryExpression((, true)
|
|
parsePrimary((, expression)
|
|
parseParenthesizedExpressionOrFunctionLiteral(()
|
|
parseParenthesizedExpression(()
|
|
parseExpressionInParenthesis(()
|
|
parseExpressionInParenthesisRest(()
|
|
parseExpression(()
|
|
parsePrecedenceExpression((, 1, true)
|
|
parseUnaryExpression((, true)
|
|
parsePrimary((, expression)
|
|
parseSendOrFunctionLiteral((, expression)
|
|
parseSend((, expression)
|
|
ensureIdentifier((, expression)
|
|
listener: handleIdentifier(foo, expression)
|
|
listener: handleNoTypeArguments(.)
|
|
parseArgumentsOpt(foo)
|
|
listener: handleNoArguments(.)
|
|
listener: handleSend(foo, .)
|
|
parsePrimary(., expressionContinuation)
|
|
parseSendOrFunctionLiteral(., expressionContinuation)
|
|
parseSend(., expressionContinuation)
|
|
ensureIdentifier(., expressionContinuation)
|
|
listener: handleIdentifier(bar, expressionContinuation)
|
|
listener: handleNoTypeArguments(!)
|
|
parseArgumentsOpt(bar)
|
|
listener: handleNoArguments(!)
|
|
listener: handleSend(bar, !)
|
|
listener: handleEndingBinaryExpression(.)
|
|
listener: handleNonNullAssertExpression(!)
|
|
ensureCloseParen(!, ()
|
|
listener: handleParenthesizedExpression(()
|
|
parseArgumentOrIndexStar(), Instance of 'NoTypeParamOrArg', false)
|
|
parseExpression([)
|
|
parsePrecedenceExpression([, 1, true)
|
|
parseUnaryExpression([, true)
|
|
parsePrimary([, expression)
|
|
parseSendOrFunctionLiteral([, expression)
|
|
parseSend([, expression)
|
|
ensureIdentifier([, expression)
|
|
listener: handleIdentifier(arg, expression)
|
|
listener: handleNoTypeArguments(])
|
|
parseArgumentsOpt(arg)
|
|
listener: handleNoArguments(])
|
|
listener: handleSend(arg, ])
|
|
listener: handleIndexedExpression(null, [, ])
|
|
ensureCloseParen(], ()
|
|
listener: handleParenthesizedExpression(()
|
|
listener: handleNonNullAssertExpression(!)
|
|
ensureCloseParen(!, ()
|
|
listener: handleParenthesizedExpression(()
|
|
parseArgumentOrIndexStar(), Instance of 'NoTypeParamOrArg', false)
|
|
parseExpression([)
|
|
parsePrecedenceExpression([, 1, true)
|
|
parseUnaryExpression([, true)
|
|
parsePrimary([, expression)
|
|
parseSendOrFunctionLiteral([, expression)
|
|
parseSend([, expression)
|
|
ensureIdentifier([, expression)
|
|
listener: handleIdentifier(arg2, expression)
|
|
listener: handleNoTypeArguments(])
|
|
parseArgumentsOpt(arg2)
|
|
listener: handleNoArguments(])
|
|
listener: handleSend(arg2, ])
|
|
listener: handleIndexedExpression(null, [, ])
|
|
ensureSemicolon(])
|
|
listener: handleExpressionStatement(;)
|
|
notEofOrValue(}, })
|
|
listener: endBlockFunctionBody(1, {, })
|
|
listener: endTopLevelMethod(f, null, })
|
|
listener: endTopLevelDeclaration()
|
|
reportAllErrorTokens(f)
|
|
listener: endCompilationUnit(1, )
|