daml/compiler
Martin Huschenbett 504337b5b2
Expose conversion between text and code points in daml-stdlib (#1536)
* Expose conversion between text and code points in daml-stdlib

* Fix tests

* Fix feature dependency

* Fix test imports
2019-06-06 11:33:07 -04: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 Add an option to the IDE to disable the scenario service (#1522) 2019-06-06 12:06:07 +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.