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>
189 lines
10 KiB
Plaintext
189 lines
10 KiB
Plaintext
parseUnit(main)
|
|
skipErrorTokens(main)
|
|
listener: beginCompilationUnit(main)
|
|
syntheticPreviousToken(main)
|
|
parseTopLevelDeclarationImpl(, Instance of 'DirectiveContext')
|
|
parseMetadataStar()
|
|
listener: beginMetadataStar(main)
|
|
listener: endMetadataStar(0)
|
|
parseTopLevelMemberImpl()
|
|
listener: beginTopLevelMember(main)
|
|
isReservedKeyword(()
|
|
parseTopLevelMethod(, null, , Instance of 'NoType', null, main, false)
|
|
listener: beginTopLevelMethod(, null)
|
|
listener: handleNoType()
|
|
ensureIdentifierPotentiallyRecovered(, topLevelFunctionDeclaration, false)
|
|
listener: handleIdentifier(main, topLevelFunctionDeclaration)
|
|
parseMethodTypeVar(main)
|
|
listener: handleNoTypeVariables(()
|
|
parseGetterOrFormalParameters(main, main, false, MemberKind.TopLevelMethod)
|
|
parseFormalParameters(main, 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(}, var)
|
|
parseStatement({)
|
|
parseStatementX({)
|
|
parseExpressionStatementOrDeclarationAfterModifiers(var, {, null, var, null, false)
|
|
looksLikeLocalFunction(c)
|
|
listener: beginMetadataStar(var)
|
|
listener: endMetadataStar(0)
|
|
listener: handleNoType(var)
|
|
listener: beginVariablesDeclaration(c, null, var)
|
|
parseVariablesDeclarationRest(var, true)
|
|
parseOptionallyInitializedIdentifier(var)
|
|
ensureIdentifier(var, localVariableDeclaration)
|
|
listener: handleIdentifier(c, localVariableDeclaration)
|
|
listener: beginInitializedIdentifier(c)
|
|
parseVariableInitializerOpt(c)
|
|
listener: handleNoVariableInitializer(c)
|
|
listener: endInitializedIdentifier(c)
|
|
ensureSemicolon(c)
|
|
listener: endVariablesDeclaration(1, ;)
|
|
notEofOrValue(}, c)
|
|
parseStatement(;)
|
|
parseStatementX(;)
|
|
parseExpressionStatementOrDeclarationAfterModifiers(;, ;, null, null, null, false)
|
|
looksLikeLocalFunction(c)
|
|
parseExpressionStatement(;)
|
|
parseExpression(;)
|
|
parsePrecedenceExpression(;, 1, true)
|
|
parseUnaryExpression(;, true)
|
|
parsePrimary(;, expression)
|
|
parseSendOrFunctionLiteral(;, expression)
|
|
parseSend(;, expression)
|
|
ensureIdentifier(;, expression)
|
|
listener: handleIdentifier(c, expression)
|
|
listener: handleNoTypeArguments(?.)
|
|
parseArgumentsOpt(c)
|
|
listener: handleNoArguments(?.)
|
|
listener: handleSend(c, ?.)
|
|
parsePrimary(?., expressionContinuation)
|
|
listener: handleNoTypeArguments([)
|
|
parseLiteralListSuffix(?., null)
|
|
parseExpression([)
|
|
parsePrecedenceExpression([, 1, true)
|
|
parseUnaryExpression([, true)
|
|
parsePrimary([, expression)
|
|
parseLiteralInt([)
|
|
listener: handleLiteralInt(1)
|
|
listener: handleLiteralList(1, [, null, ])
|
|
listener: handleEndingBinaryExpression(?.)
|
|
parsePrecedenceExpression(=, 1, true)
|
|
parseUnaryExpression(=, true)
|
|
parsePrimary(=, expression)
|
|
parseLiteralInt(=)
|
|
listener: handleLiteralInt(42)
|
|
listener: handleAssignmentExpression(=)
|
|
ensureSemicolon(42)
|
|
listener: handleExpressionStatement(;)
|
|
notEofOrValue(}, c)
|
|
parseStatement(;)
|
|
parseStatementX(;)
|
|
parseExpressionStatementOrDeclarationAfterModifiers(;, ;, null, null, null, false)
|
|
looksLikeLocalFunction(c)
|
|
parseExpressionStatement(;)
|
|
parseExpression(;)
|
|
parsePrecedenceExpression(;, 1, true)
|
|
parseUnaryExpression(;, true)
|
|
parsePrimary(;, expression)
|
|
parseSendOrFunctionLiteral(;, expression)
|
|
parseSend(;, expression)
|
|
ensureIdentifier(;, expression)
|
|
listener: handleIdentifier(c, expression)
|
|
listener: handleNoTypeArguments(?)
|
|
parseArgumentsOpt(c)
|
|
listener: handleNoArguments(?)
|
|
listener: handleSend(c, ?)
|
|
canParseAsConditional(?)
|
|
parseExpressionWithoutCascade(?)
|
|
parsePrecedenceExpression(?, 1, false)
|
|
parseUnaryExpression(?, false)
|
|
parsePrimary(?, expression)
|
|
parseLiteralListSuffix(?, null)
|
|
parseExpression([)
|
|
parsePrecedenceExpression([, 1, true)
|
|
parseUnaryExpression([, true)
|
|
parsePrimary([, expression)
|
|
parseLiteralInt([)
|
|
parsePrecedenceExpression(=, 1, false)
|
|
parseUnaryExpression(=, false)
|
|
parsePrimary(=, expression)
|
|
parseLiteralInt(=)
|
|
parseArgumentOrIndexStar(c, Instance of 'NoTypeParamOrArg', true)
|
|
parseExpression([)
|
|
parsePrecedenceExpression([, 1, true)
|
|
parseUnaryExpression([, true)
|
|
parsePrimary([, expression)
|
|
parseLiteralInt([)
|
|
listener: handleLiteralInt(1)
|
|
listener: handleIndexedExpression(?, [, ])
|
|
parsePrecedenceExpression(=, 1, true)
|
|
parseUnaryExpression(=, true)
|
|
parsePrimary(=, expression)
|
|
parseLiteralInt(=)
|
|
listener: handleLiteralInt(42)
|
|
listener: handleAssignmentExpression(=)
|
|
ensureSemicolon(42)
|
|
listener: handleExpressionStatement(;)
|
|
notEofOrValue(}, c)
|
|
parseStatement(;)
|
|
parseStatementX(;)
|
|
parseExpressionStatementOrDeclarationAfterModifiers(;, ;, null, null, null, false)
|
|
looksLikeLocalFunction(c)
|
|
parseExpressionStatement(;)
|
|
parseExpression(;)
|
|
parsePrecedenceExpression(;, 1, true)
|
|
parseUnaryExpression(;, true)
|
|
parsePrimary(;, expression)
|
|
parseSendOrFunctionLiteral(;, expression)
|
|
parseSend(;, expression)
|
|
ensureIdentifier(;, expression)
|
|
listener: handleIdentifier(c, expression)
|
|
listener: handleNoTypeArguments(?)
|
|
parseArgumentsOpt(c)
|
|
listener: handleNoArguments(?)
|
|
listener: handleSend(c, ?)
|
|
canParseAsConditional(?)
|
|
parseExpressionWithoutCascade(?)
|
|
parsePrecedenceExpression(?, 1, false)
|
|
parseUnaryExpression(?, false)
|
|
parsePrimary(?, expression)
|
|
parseLiteralListSuffix(?, null)
|
|
parseExpression([)
|
|
parsePrecedenceExpression([, 1, true)
|
|
parseUnaryExpression([, true)
|
|
parsePrimary([, expression)
|
|
parseLiteralInt([)
|
|
parsePrecedenceExpression(=, 1, false)
|
|
parseUnaryExpression(=, false)
|
|
parsePrimary(=, expression)
|
|
parseLiteralInt(=)
|
|
parseArgumentOrIndexStar(c, Instance of 'NoTypeParamOrArg', true)
|
|
parseExpression([)
|
|
parsePrecedenceExpression([, 1, true)
|
|
parseUnaryExpression([, true)
|
|
parsePrimary([, expression)
|
|
parseLiteralInt([)
|
|
listener: handleLiteralInt(1)
|
|
listener: handleIndexedExpression(?, [, ])
|
|
parsePrecedenceExpression(=, 1, true)
|
|
parseUnaryExpression(=, true)
|
|
parsePrimary(=, expression)
|
|
parseLiteralInt(=)
|
|
listener: handleLiteralInt(42)
|
|
listener: handleAssignmentExpression(=)
|
|
ensureSemicolon(42)
|
|
listener: handleExpressionStatement(;)
|
|
notEofOrValue(}, })
|
|
listener: endBlockFunctionBody(4, {, })
|
|
listener: endTopLevelMethod(main, null, })
|
|
listener: endTopLevelDeclaration()
|
|
reportAllErrorTokens(main)
|
|
listener: endCompilationUnit(1, )
|