enso/lib/syntax
Ara Adkins 2f404b7f08
Fix a bug with compiler metadata (#838)
1.  The metadata objects weren't being duplicated when duplicating
    the IR. This meant that the later passes would write metadata
    multiples times into one store (reference), causing wrong
    behaviour at codegen time.
2020-06-16 13:52:11 +01:00
..
definition/src/main/scala/org/enso Fix a bug with compiler metadata (#838) 2020-06-16 13:52:11 +01:00
specialization Fix a bug with compiler metadata (#838) 2020-06-16 13:52:11 +01:00
README.md Fix warnings, docs, and repo structure (#651) 2020-04-14 17:00:51 +01:00

Syntax

These two libraries define and implement the parser for Enso's syntax.