daml/compiler
Moritz Kiefer c5cce0b22c [hs-ledger-bindings tests] Read the main dalf from the DAR manifest (#1803)
Previously, we got the package id by listing all packages and taking
the first. That is not a valid assumption and broke with a PR. This PR
changes the tests to use the DAR reader that we already used for
visualization (now factored into a separate library) and reads the
main dalf using that.
2019-06-21 15:32:40 +00:00
..
daml-lf-ast Rename DAML-LF primitives for conversion between Text and code points (#1777) 2019-06-20 16:03:11 +02:00
daml-lf-proto Rename DAML-LF primitives for conversion between Text and code points (#1777) 2019-06-20 16:03:11 +02:00
daml-lf-reader [hs-ledger-bindings tests] Read the main dalf from the DAR manifest (#1803) 2019-06-21 15:32:40 +00:00
daml-lf-tools Rename DAML-LF primitives for conversion between Text and code points (#1777) 2019-06-20 16:03:11 +02:00
haskell-ide-core Support goto definition on symbols in the module export list (#1801) 2019-06-21 14:07:59 +00:00
lsp-tests Move LSP stress tests to lsp-tests (#1799) 2019-06-21 14:02:39 +00:00
scenario-service Move webview src to a separate JS file (#1784) 2019-06-20 14:55:30 +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.