-
-
Notifications
You must be signed in to change notification settings - Fork 11
Track Token Locations #4
Copy link
Copy link
Open
Labels
Domain - ParserThis issue deals with the parser. (ast::parser)This issue deals with the parser. (ast::parser)Domain - TokenizerThis issue deals with the tokenizer. (ast::lexer)This issue deals with the tokenizer. (ast::lexer)Type - FeatureA proposal for a new feature.A proposal for a new feature.
Description
Metadata
Metadata
Assignees
Labels
Domain - ParserThis issue deals with the parser. (ast::parser)This issue deals with the parser. (ast::parser)Domain - TokenizerThis issue deals with the tokenizer. (ast::lexer)This issue deals with the tokenizer. (ast::lexer)Type - FeatureA proposal for a new feature.A proposal for a new feature.
Token's locations within the source are not currently tracked, meaning error information is scarce, and diagnosing syntax problems becomes tedious.