daml/compiler
Moritz Kiefer 0419e31f0c Mark doctest integration tests as flaky (#2645)
They fail a bit too often to not mark them flaky. I’ve opened
https://github.com/digital-asset/daml/issues/2644 to track this.
2019-08-23 07:57:10 +00: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 Delete obsolete proto3-suite patch (#2601) 2019-08-20 10:17:26 +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 Mark doctest integration tests as flaky (#2645) 2019-08-23 07:57:10 +00: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 daml-lf: decommission internal Decimal type in favor of Numeric. (#2594) 2019-08-22 18:07:47 +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.