daml/compiler
Martin Huschenbett 25f1369cd7 Add support for DAML-LF's enum types to damlc (#1824)
* Add support for DAML-LF's enum types to damlc

This is part of #105.

* Address feedback
2019-06-25 14:44:21 +00:00
..
daml-lf-ast Add support for DAML-LF's enum types to damlc (#1824) 2019-06-25 14:44:21 +00:00
daml-lf-proto Add support for DAML-LF's enum types to damlc (#1824) 2019-06-25 14:44:21 +00:00
daml-lf-reader [hs-ledger-bindings tests] Read the main dalf from the DAR manifest (#1803) 2019-06-21 15:32:40 +00:00
daml-lf-tools Add support for DAML-LF's enum types to damlc (#1824) 2019-06-25 14:44:21 +00:00
hie-core Delete unused deps (#1856) 2019-06-25 09:09:42 +00:00
lsp-tests Further cleanups to hie-core (#1819) 2019-06-22 09:21:59 +01:00
scenario-service Add support for DAML-LF's enum types to damlc (#1824) 2019-06-25 14:44:21 +00:00
README.md open-sourcing daml 2019-04-04 09:33:38 +01:00

DAML Compiler

This directory contains several libraries used by and the executable for the DAML compiler.

Libraries

  • daml-lf-ast: The DAML-LF AST and type checker.