enso/lib
Kaz Wesley 289198127f
Stateless parser API (#11147)
Stateless (static) parser interface. Buffer-reuse optimization is now hidden within `Parser` implementation. Fixes #11121 and prevents similar bugs.

# Important Notes
- Also simplify `EnsoParser` API, exposing only a higher-level interface.
2024-09-27 15:58:02 +00:00
..
java Stateless parser API (#11147) 2024-09-27 15:58:02 +00:00
js/runner Format TS code (#10648) 2024-07-26 17:47:59 +10:00
rust Stateless parser API (#11147) 2024-09-27 15:58:02 +00:00
scala engine-runner and language-server are separate JPMS modules (#10823) 2024-09-25 21:33:13 +02:00
README.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00

Libraries

This directory contains the libraries that should remain in this project, but that are not technically part of the main language implementation itself.