daml/compiler
Beth Aitman cd514eb024 Stdlib doc edits (#2163)
* Stdlib doc edits

* Apply suggestions from code review

Co-Authored-By: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
Co-Authored-By: Martin Huschenbett <martin.huschenbett@posteo.me>

* Update based on Moritz's suggestion

* Fix ledger-api-integration-tests
2019-07-17 07:54:13 +00:00
..
daml-extension enable old extension test (#2103) 2019-07-16 18:12:48 +00:00
daml-lf-ast Drop support for DAML-LF 1.5 from damlc (#2161) 2019-07-16 13:52:29 +00:00
daml-lf-proto Drop support for DAML-LF 1.5 from damlc (#2161) 2019-07-16 13:52:29 +00: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 Drop support for DAML-LF 1.5 from damlc (#2161) 2019-07-16 13:52:29 +00:00
daml-licenses Bump urllib3 from 1.24.1 to 1.24.2 in /compiler/daml-licenses/licenses (#2082) 2019-07-10 20:57:10 -04:00
damlc Stdlib doc edits (#2163) 2019-07-17 07:54:13 +00:00
hie-core Add a damlc doctest command and test the standard library (#2157) 2019-07-16 15:51:01 +02:00
lsp-tests Base DA.Bazel.Runfiles on bazel-runfiles (#2147) 2019-07-17 09:48:44 +02:00
scenario-service check that submitter is in maintainers for lookup by key (#1967) 2019-07-05 09:34:26 +00: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.