enso/lib
Kaz Wesley 33904912ee
Move annotations into fields of Function and ConstructorDefinition (#11374)
Move annotations into fields of Function and ConstructorDefinition.

# Important Notes
New syntax: Constructor argument-definition lines
- Each argument in a type-constructor definition may be specified on its own (indented) line.

Relaxed syntax: Unparenthesized arguments to annotations
- A generic annotation now uses the rest of the line as its argument expression; the expression no longer needs to be parenthesized.
2024-10-23 20:35:06 +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 Move annotations into fields of Function and ConstructorDefinition (#11374) 2024-10-23 20:35:06 +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.