daml/compiler
Martin Huschenbett 3e5115edc7 Make damlc inspect work with DARs (#2534)
So far is can only pretty print DALFs. Now, you can give it a DAR and it
will pretty print the main DALF.
2019-08-14 12:39:36 +00: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 Make damlc inspect work with DARs (#2534) 2019-08-14 12:39:36 +00:00
hie-core Only report progress when client supports it (#2517) 2019-08-13 20:00:21 +02:00
lsp-tests Only report progress when client supports it (#2517) 2019-08-13 20:00:21 +02:00
scenario-service Show function names in stack trace on failing scenario (#2516) 2019-08-14 09:16:07 +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.