daml/compiler
2019-07-10 09:47:23 +00:00
..
daml-extension Turn the damlc module hierarchy into something a bit more sane (#2061) 2019-07-09 15:10:40 +02:00
daml-lf-ast Cache rewrites of PRSelf references (#2028) 2019-07-08 08:48:09 +02:00
daml-lf-proto intern package IDs in LF (#1614) 2019-06-26 11:15:24 +02: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 Cache rewrites of PRSelf references (#2028) 2019-07-08 08:48:09 +02:00
daml-licenses Move code in daml-tools outside of daml-foundations (#2033) 2019-07-08 11:40:48 +02:00
damlc Apply annotations to JSON input. (#2087) 2019-07-10 09:47:23 +00:00
hie-core Turn the damlc module hierarchy into something a bit more sane (#2061) 2019-07-09 15:10:40 +02:00
hlint-testing Proof of concept : hlint/daml (#2050) 2019-07-09 08:20:04 -04:00
lsp-tests Move all damlc tests to compiler/damlc/tests (#2057) 2019-07-09 13:38:58 +02:00
scenario-service check that submitter is in maintainers for lookup by key (#1967) 2019-07-05 09:34:26 +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.