daml/compiler
Remy 6d27825acb
Engine: introduce config to control value/transaction output version (#6428)
* Engine: introduce configuration to control value/transaction output version

This advances the state of #5164

CHANGELOG_BEGIN
CHANGELOG_END
2020-06-26 13:38:38 +02:00
..
daml-extension Display why a party knows about a contract in table view (#6475) 2020-06-24 14:55:26 +00:00
daml-lf-ast Constant lifting transformation in the LF simplifier. (#6101) 2020-06-18 17:36:28 +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 constant lifting: adjust what gets lifted (#6430) 2020-06-19 17:09:52 +01:00
daml-lf-verify Verification tool bugfix for PR#6101 (#6431) 2020-06-19 15:04:59 +02:00
daml-licenses replace DAML Authors with DA in copyright headers (#5228) 2020-03-27 01:26:10 +01:00
damlc DAML REPL support static-time mode (#6485) 2020-06-25 13:08:10 +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 Prefix IDE include paths with project root (#6463) 2020-06-23 16:58:14 +02:00
repl-service DAML REPL support static-time mode (#6485) 2020-06-25 13:08:10 +00:00
scenario-service Engine: introduce config to control value/transaction output version (#6428) 2020-06-26 13:38:38 +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.