daml/compiler
2020-06-11 16:12:21 +02:00
..
daml-extension Simplify exercise snippet (#6232) 2020-06-04 22:17:10 +02:00
daml-lf-ast damlc inspect: Add output modes with less details (#6280) 2020-06-10 08:12:07 +00:00
daml-lf-proto Use com.daml as root package (#5343) 2020-04-05 19:49:57 +02:00
daml-lf-reader replace DAML Authors with DA in copyright headers (#5228) 2020-03-27 01:26:10 +01:00
daml-lf-tools damlc: Avoid immediately invoked closures (#6274) 2020-06-09 18:07:33 +00:00
daml-lf-verify WIP: Draft version constraint generation (#5472) 2020-05-20 08:08:18 +02:00
daml-licenses replace DAML Authors with DA in copyright headers (#5228) 2020-03-27 01:26:10 +01:00
damlc upgrade rules_haskell (#6284) 2020-06-10 17:21:31 +02:00
ghcide Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
hie-core Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
lsp-tests Turn warnings for module name/record name mismatches into errors (#5266) 2020-03-30 10:21:53 +00:00
repl-service Add control to speedy compiler to choose if stack-trace support occurs at runtime. (#6070) 2020-05-22 16:36:03 +01:00
scenario-service Ledger: use standard transactions in the indexer (#6297) 2020-06-11 16:12:21 +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.