daml/compiler
Robin Krom f28dc104ca
language: create the package database from dalfs (#3140)
This moves the creation of a package database from given dalfs out of
the migrate command and into the init command. In particular, this makes
the process of creating a package database independent of the migrate
command.

It also changes the way this package database is created to be only
dependend on given dalf files.
2019-10-09 17:40:03 +02:00
..
daml-extension Visual integration with LSP (#2597) 2019-08-26 15:47:29 +00:00
daml-lf-ast Implement ToTextTemplateId in proto (#3118) 2019-10-07 14:56:52 +00:00
daml-lf-proto Implement ToTextTemplateId in proto (#3118) 2019-10-07 14:56:52 +00:00
daml-lf-reader Rename hazel_deps to hackage_deps (#2789) 2019-09-06 09:01:09 +00:00
daml-lf-tools Implement ToTextTemplateId in proto (#3118) 2019-10-07 14:56:52 +00:00
daml-licenses update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
damlc language: create the package database from dalfs (#3140) 2019-10-09 17:40:03 +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 Avoid normalizing include dirs (#3103) 2019-10-04 10:41:44 +02:00
scenario-service Refactor DAML-LF encoder/decoder in prep for string interning (#3060) 2019-09-27 12:40:05 +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.