daml/compiler
Shayne Fletcher 6defc5fdf8
More dlint smoke tests (#2546)
* More dlint smoke tests

* Fix test case name
2019-08-14 15:20:11 -04:00
..
daml-extension update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
daml-lf-ast Simplify the pretty printing of location info in DAML-LF (#2530) 2019-08-14 10:05:50 +00:00
daml-lf-proto update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
daml-lf-reader update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
daml-lf-tools update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
daml-licenses update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
damlc More dlint smoke tests (#2546) 2019-08-14 15:20:11 -04:00
hie-core Change default lexer mode to Opt_KeepRawTokenStream (#2542) 2019-08-14 14:13:42 -04:00
lsp-tests Only report progress when client supports it (#2517) 2019-08-13 20:00:21 +02:00
scenario-service Only register gRPC methods once (#2537) 2019-08-14 16:21:17 +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.