enso/app/gui2/parser-codegen
Kaz Wesley ce042569b0
line:col positions in parser (#8203)
Add `line:column` information to source code references produced by the parser. This information will be used by GUI2 as part of the solution to #8134.

# Important Notes
- `parse_all_enso_files.sh` has been used to ensure this doesn't affect tree structures.
- `parse_all_enso_files.sh` now checks emitted locations for consistency, and has been used to verify that all line:col references match the values found by an independent scan of the source up to the given UTF8 position.
2023-11-08 16:53:39 +00:00
..
codegen.ts Use Enso AST in graph editor (#8123) 2023-10-24 14:05:12 +00:00
index.ts Parser TS bindings (#7881) 2023-10-11 13:04:38 +00:00
schema.ts Parser TS bindings (#7881) 2023-10-11 13:04:38 +00:00
serialization.ts Use Enso AST in graph editor (#8123) 2023-10-24 14:05:12 +00:00
util.ts line:col positions in parser (#8203) 2023-11-08 16:53:39 +00:00