mirror of
https://github.com/enso-org/enso.git
synced 2024-11-26 17:06:48 +03:00
ce042569b0
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. |
||
---|---|---|
.. | ||
codegen.ts | ||
index.ts | ||
schema.ts | ||
serialization.ts | ||
util.ts |