daml/compiler
2019-06-08 08:36:27 +02:00
..
daml-lf-ast Expose conversion between text and code points in daml-stdlib (#1536) 2019-06-06 11:33:07 -04:00
daml-lf-proto daml-lf: add enum pattern matching (#1506) 2019-06-04 22:25:22 +00:00
daml-lf-tools Add Pretty instances for everything in the DAML-LF AST (#1532) 2019-06-05 13:59:05 -04:00
haskell-ide-core Make it explicit that contract key maintainers are computed from key (#1527) 2019-06-05 10:27:38 -04:00
lsp-tests Port the remaining tests from language-server-tests to lsp-tests (#1563) 2019-06-08 08:36:27 +02:00
scenario-service Run daml-ghc tests with full validation in the scenario service (#1546) 2019-06-06 13:14:11 +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.