daml/compiler
Paul Brauner 318e1d380e
remove the simple interfaces feature flag from the compiler (#18263)
* delete the featureSimpleInterfaces flag

* fix DamlcIntegration tests

* add DAML_INTERFACE to LegacyCppFlags.daml
2024-01-24 16:41:49 +00:00
..
daml-dar-reader Make package metadata mandatory in the compiler (#18235) 2024-01-22 14:20:03 +00:00
daml-extension update copyright (#18167) 2024-01-15 20:27:42 +01:00
daml-lf-ast remove the simple interfaces feature flag from the compiler (#18263) 2024-01-24 16:41:49 +00:00
daml-lf-proto update copyright (#18167) 2024-01-15 20:27:42 +01:00
daml-lf-proto-decode Make package metadata mandatory in the compiler (#18235) 2024-01-22 14:20:03 +00:00
daml-lf-proto-encode remove the type interning feature from the compiler (#18244) 2024-01-23 13:32:54 +00:00
daml-lf-proto-util remove DecodeV1 and EncodeV1 in the compiler (#18233) 2024-01-22 11:46:52 +01:00
daml-lf-reader update copyright (#18167) 2024-01-15 20:27:42 +01:00
daml-lf-tools remove the simple interfaces feature flag from the compiler (#18263) 2024-01-24 16:41:49 +00:00
damlc remove the simple interfaces feature flag from the compiler (#18263) 2024-01-24 16:41:49 +00:00
ghcide Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
hie-core Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
lsp-tests update copyright (#18167) 2024-01-15 20:27:42 +01:00
repl-service remove DecodeV1 and EncodeV1 in the compiler (#18233) 2024-01-22 11:46:52 +01:00
scenario-service remove DecodeV1 and EncodeV1 in the compiler (#18233) 2024-01-22 11:46:52 +01:00
README.md Daml case and logo (#8433) 2021-01-08 12:50:15 +00: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.