daml/compiler
Martin Huschenbett 4ae8cfd940 Write template locations when converting to DAML-LF (#2575)
Until now we've omitted them for no good reason. Choice locations
will follow in a separate PR.
2019-08-16 14:16:45 +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 Write template locations when converting to DAML-LF (#2575) 2019-08-16 14:16:45 +00:00
hie-core hie-core exe: initDynLinker (#2555) 2019-08-15 15:27:26 +02:00
lsp-tests Only report progress when client supports it (#2517) 2019-08-13 20:00:21 +02:00
scenario-service Wait for all gRPC requests to finish before shutting down gRPC (#2551) 2019-08-15 09:39: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.