daml/compiler
Neil Mitchell 3ee6f4f096
Fix prettyRange so it prints ranges like it used to (#882)
Before it was garbled and wrong:
Range:    Range Start: Position Line: 2Character: 15End:   Position Line: 2Character: 15

After it's correct and like it was before:
Range:    3:15-3:17
2019-05-03 12:49:51 +01: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 Fix prettyRange so it prints ranges like it used to (#882) 2019-05-03 12:49:51 +01: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.