enso/lib
Pavel Marek c2c6712b77
WithWarnings uses EnsoHashMap to speed things up (#10555)
Majority of warnings handling is now done via newly introduced nodes. Moreover, the underlying representation of warnings storage in `WithWarnings` was changed from `Warning[]` to `EnsoHashMap`.

# Important Notes
- Remove `ArrayRope`.
2024-08-07 15:29:57 +00:00
..
java Import all available libraries in --repl mode (#10746) 2024-08-07 07:36:39 +00:00
js/runner Format TS code (#10648) 2024-07-26 17:47:59 +10:00
rust Implement full new-lambda syntax (#10756) 2024-08-06 17:02:32 +00:00
scala WithWarnings uses EnsoHashMap to speed things up (#10555) 2024-08-07 15:29:57 +00: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.