daml/compiler
2020-05-07 20:17:52 +02:00
..
daml-extension Upgrade rules_nodejs to version 1.6.0 (#5539) 2020-04-17 12:03:33 +00:00
daml-lf-ast Fix handling of packages in damlc visual (#5789) 2020-05-04 11:34:33 +02: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 DAML-LF: LF type checkers reject repeated variables in pattern (#5894) 2020-05-07 20:17:52 +02:00
daml-licenses replace DAML Authors with DA in copyright headers (#5228) 2020-03-27 01:26:10 +01:00
damlc fix splitOn when sep appears at end (#5872) 2020-05-07 15:01:12 +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 Engine: cleanup SEVal (#5859) 2020-05-07 11:44:19 +02:00
scenario-service Simplify and clarify the public interface to Speedy. (#5881) 2020-05-07 08:55:16 +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.