daml/compiler
DavidM-D aacb94d798 Changed Diagnostics to FileDiagnostics (#897)
* Changed Diagnostics to FileDiagnostics

* Hlint fixes

* Fix tests

* Removed the lenses
2019-05-03 17:43:40 +00:00
..
daml-lf-ast add LF 1.dev "minor dev version" (#709) 2019-05-03 10:36:45 +02:00
daml-lf-proto Drop DAML-LF 1.0 support from compiler (#863) 2019-05-02 21:35:06 +02:00
daml-lf-tools Explicit export lists in the DAML-LF Haskell module (#813) 2019-05-02 10:12:31 +02:00
haskell-ide-core Changed Diagnostics to FileDiagnostics (#897) 2019-05-03 17:43:40 +00:00
scenario-service add LF 1.dev "minor dev version" (#709) 2019-05-03 10:36:45 +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.