daml/compiler
Robin Krom c1e7f0ad61
language: use generic templates for upgrades (#2605)
* language: use generic templates for upgrades

Instead of generating templates we now have generic upgrade/rollback
templates in the standart library and we just create instances of in the
migration project. I will update the documentation in a follow up PR.
2019-08-26 15:30:47 +02:00
..
daml-extension Fix VSCode extension if extraArguments is empty (#2625) 2019-08-22 08:16:59 +00:00
daml-lf-ast Revert DAML-LF proto change for Numeric (#2600) 2019-08-20 08:13:15 +00:00
daml-lf-proto daml-lf: udpate LF protobuf for numerics (#2649) 2019-08-26 11:55:48 +00:00
daml-lf-reader Switch to a streaming zip encoding (#2595) 2019-08-19 20:15:13 +02:00
daml-lf-tools update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
daml-licenses update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
damlc language: use generic templates for upgrades (#2605) 2019-08-26 15:30:47 +02:00
hie-core Bump hie-bios (#2586) 2019-08-19 11:13:13 +02:00
lsp-tests Only report progress when client supports it (#2517) 2019-08-13 20:00:21 +02:00
scenario-service Switch to upstream gRPC-haskell (#2642) 2019-08-23 15:10:15 +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.