5b7c981086
This makes it much easier to see what the parser is actually working with in the face of token stream rewrites. Change-Id: Ic336f18fab7c8fd7a42020b32af4a480bbde25bc Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/122865 Commit-Queue: Jens Johansen <jensj@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com>
8 lines
230 B
Plaintext
8 lines
230 B
Plaintext
main() {
|
|
print("Hello, World!");
|
|
}
|
|
|
|
[UnmatchedToken]main[StringToken]([BeginToken])[SimpleToken] {[BeginToken]
|
|
print[StringToken]([BeginToken]"Hello, World!"[StringToken])[SimpleToken];[SimpleToken]
|
|
}[SyntheticToken][SimpleToken]
|