daml/compiler
Martin Huschenbett 3076aeb239 Remove DA.Daml.LF.Decimal module (#2251)
The module was only used to format decimal numbers. The only impact the
formatting could have had was to add/strip trailing zeros from the
presentation of the number. However, manual testing shows this did not
happen. Thus, the whole module is now useless.
2019-07-22 17:55:30 +00:00
..
daml-extension VSCode scenario codelenses improvements (#2141) 2019-07-22 10:50:30 +02:00
daml-lf-ast Remove DA.Daml.LF.Decimal module (#2251) 2019-07-22 17:55:30 +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 Handling Dalfs list in Manifest file (#2207) 2019-07-18 15:31:52 +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 Generic templates: erase default implementations of magic methods (#2249) 2019-07-22 16:57:01 +00:00
hie-core hie-core/test: Dedicated test suite for hie-core (#2243) 2019-07-22 13:42:04 +00:00
lsp-tests hie-core/test: Dedicated test suite for hie-core (#2243) 2019-07-22 13:42:04 +00:00
scenario-service Remove DA.Daml.LF.Decimal module (#2251) 2019-07-22 17:55:30 +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.