You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although the AST does not record the entire concrete syntax, it does record most of the important tokens. The position of the "range" token can't be reliably reconstructed from an ast.RangeStmt, and I need to use it to indicate the location of an implicit channel receive operation. I propose to add a 'Range token.Pos' field to ast.RangeStmt and set it in the parser.
The text was updated successfully, but these errors were encountered:
Although the AST does not record the entire concrete syntax, it does record most of the important tokens. The position of the "range" token can't be reliably reconstructed from an ast.RangeStmt, and I need to use it to indicate the location of an implicit channel receive operation. I propose to add a 'Range token.Pos' field to ast.RangeStmt and set it in the parser.
The text was updated successfully, but these errors were encountered: