enso/lib/rust/parser
Kaz Wesley e3de68858c
Eager macro resolution. (#7711)
Resolve macros eagerly. Improves performance; allows parser to handle arbitrarily-long lines (fixes #7691).

# Important Notes
- A new utility, `lib/rust/parser/debug/tools/parse_all_enso_files.sh`, supports comparing ASTs parsed with different versions of the parser. This tool has been used to verify that this refactor doesn't change the result of parsing any standard library or test file.
2023-09-19 14:26:42 +00:00
..
debug Eager macro resolution. (#7711) 2023-09-19 14:26:42 +00:00
doc-parser Gui2: integrate rust Enso parser (#7753) 2023-09-07 12:54:01 +00:00
generate-java Update sbt-java-formatter plugin (#7011) 2023-06-12 14:18:48 +00:00
jni Dependency cleaning (#4092) 2023-01-27 23:39:37 +01:00
src Eager macro resolution. (#7711) 2023-09-19 14:26:42 +00:00
Cargo.toml Dependency cleaning (#4092) 2023-01-27 23:39:37 +01:00