daml/compiler
Moritz Kiefer 48e71fb1e2 Add a test for transitive dependencies in incremental builds (#3392)
Given that I initialy messed this up during development (that’s where
the `reverse` in setting up the typecheck env comes from), it seems
like a good idea to have a test for this :)
2019-11-08 09:50:32 +00:00
..
daml-extension Check versions for types and nonemptiness before displaying release notes (#3368) 2019-11-07 16:59:40 -05:00
daml-lf-ast daml-lf: freeze version 1.7 (#3340) 2019-11-07 09:51:18 +00:00
daml-lf-proto Add support for on-disk incremental builds in damlc build (#3378) 2019-11-07 16:56:42 +00:00
daml-lf-reader language: parse sdk version from manifest (#3262) 2019-10-28 17:45:06 +01:00
daml-lf-tools DAML-LF add Type Representation value (#3326) 2019-11-04 17:00:55 +00:00
daml-licenses Remove dead dependency on jboss logging library (#3333) 2019-11-05 11:36:43 +01:00
damlc Add a test for transitive dependencies in incremental builds (#3392) 2019-11-08 09:50:32 +00: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 Update to current state of progress reporting in LSP (#3211) 2019-10-17 16:14:49 +02:00
scenario-service daml-lf: interned strings/names in scenarios (#3255) 2019-10-30 10:25:46 +00:00
ghcide-daml.sh Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +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.