daml/compiler
Remy bf5309b42e daml-lf: add enum pattern matching (#1506)
* daml-lf: add enum pattern matching

* daml-lf: add test for interpreter pattern matching
2019-06-04 22:25:22 +00:00
..
daml-lf-ast daml-lf add builtin to (un)pack string in code points (#1480) 2019-06-04 14:06:25 +00:00
daml-lf-proto daml-lf: add enum pattern matching (#1506) 2019-06-04 22:25:22 +00:00
daml-lf-tools daml-lf add builtin to (un)pack string in code points (#1480) 2019-06-04 14:06:25 +00:00
haskell-ide-core Remove use of managed for starting the scenario service (#1508) 2019-06-04 17:17:05 +02:00
lsp-tests Initial boilerplate for an LSP-based test suite (#1516) 2019-06-04 20:48:18 +02:00
scenario-service Remove use of managed for starting the scenario service (#1508) 2019-06-04 17:17:05 +02: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.