daml/compiler
2019-07-03 19:05:54 +00:00
..
daml-lf-ast delete dead code, fix typos in comments (#1923) 2019-06-28 07:14:52 +01: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 Allow shadowing of type variables in DAML and DAML-LF (#1962) 2019-07-03 08:57:43 +00:00
hie-core Add Development.IDE.Core.Debouncer to library other-modules (#1998) 2019-07-03 19:05:54 +00:00
lsp-tests Implement debouncing of diagnostics (#1991) 2019-07-03 17:30:59 +00:00
scenario-service Fix race condition in termination of scenario service (#1974) 2019-07-02 15:07:33 +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.