daml/compiler
Moisés Ackerman ba9abf3c5f
Use the appropriate daml-script for each Script (#14321)
* Add failing test

* Overload daml-script 'Runner.run' to work directly with 'PureCompiledPackages'

* Use new daml-script 'Runner.run' in scenario-service

changelog_begin
* data-dependencies: fixed an issue with the handling of multiple versions of the daml-script package (#14291)
changelog_end

Co-authored-by: Remy <remy.haemmerle@daml.com>
2022-07-04 08:26:12 +00:00
..
daml-extension Replace more instances of 'scenario' with 'script' (#13651) 2022-04-27 17:49:32 +02:00
daml-lf-ast Add CoImplements to DefInterface in protobuf (#14053) 2022-06-03 16:05:18 +00:00
daml-lf-proto Add CoImplements to DefInterface in protobuf (#14053) 2022-06-03 16:05:18 +00:00
daml-lf-reader hunt down DAML (#13191) 2022-03-08 14:25:25 +01:00
daml-lf-tools [Interface] make all ContractIds serializable (#14307) 2022-07-01 11:07:12 +02:00
damlc Use the appropriate daml-script for each Script (#14321) 2022-07-04 08:26:12 +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 Upgrade ghcide (#12579) 2022-01-26 16:00:20 +01:00
repl-service Speed up Daml repl startup (#13172) 2022-03-09 08:22:42 +00:00
scenario-service Use the appropriate daml-script for each Script (#14321) 2022-07-04 08:26:12 +00:00
README.md Daml case and logo (#8433) 2021-01-08 12:50:15 +00: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.