enso/lib
Kaz Wesley d278ad636c
Replace private modifier node with field on supporting types (#11346)
Eliminate `private` modifier-node: `private` is a field in supporting types, or a single-token node in the case of `private` declarations.

# Important Notes
- Rust parser tests: Switch to a builder-style API for defining expected `Function` ASTs to allow further changes to `Function` fields without rewriting all the tests again.
- TreeToIr: Fix discarded module-level `diag`; add a test that covers module diagnostics.
- Syntax: Disallow `private` methods in function blocks. (Previously this was enforced in the compiler.)
2024-10-22 16:26:00 +00:00
..
java Distinguish assignment/thunk by statement context (#11324) 2024-10-18 17:54:55 +00:00
js/runner Unify Frontend App (#11287) 2024-10-11 18:23:02 +00:00
rust Replace private modifier node with field on supporting types (#11346) 2024-10-22 16:26:00 +00:00
scala Improve CI feedback when directory is missing (#10608) 2024-10-09 16:58:42 +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.