daml/compiler
Remy 8512a63b05
[damlc] Resurrect scenarios (#18467)
It is mainly a revert of 384111d806 with
the following change Scneario are put in DA.Scenario module instead of
Prelude
2024-02-14 15:37:26 +01: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 [damlc] Resurrect scenarios (#18467) 2024-02-14 15:37:26 +01:00
daml-lf-proto update copyright (#18167) 2024-01-15 20:27:42 +01:00
daml-lf-proto-decode remove Legacy Numeric builtins for the compiler (#18447) 2024-02-12 12:14:29 +01:00
daml-lf-proto-encode remove Legacy Numeric builtins for the compiler (#18447) 2024-02-12 12:14:29 +01:00
daml-lf-proto-util Remove retroactive interface instance syntax (#18350) 2024-02-07 11:28:25 +00:00
daml-lf-reader update copyright (#18167) 2024-01-15 20:27:42 +01:00
daml-lf-tools remove Legacy Numeric builtins for the compiler (#18447) 2024-02-12 12:14:29 +01:00
damlc [damlc] Resurrect scenarios (#18467) 2024-02-14 15:37:26 +01: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 [LF] move BigNumeric to 2.dev (#18459) 2024-02-13 16:51:00 +00:00
repl-service Remove the V1 major language version from engine (#18400) 2024-02-08 16:09:47 +01:00
scenario-service [LF] Remove last remaining of Decimal (#18438) 2024-02-12 13:16:52 +00: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.