daml/compiler
Moisés Ackerman da51efa1d1
Set 'optDetailLevel = PrettyLevel (-1)' in integration tests (#18113)
This means we don't need to postprocess the damlc output to remove package ids
2024-01-10 10:14:18 +01:00
..
daml-dar-reader Add cabal support for some components (#16755) 2023-06-05 17:07:31 +02:00
daml-extension Bump semver from 5.7.1 to 5.7.2 in /compiler/daml-extension (#18018) 2023-12-13 13:32:10 +01:00
daml-lf-ast [Daml] Handle new Numeric builtins more nicely (#17133) 2023-12-11 15:26:07 +01:00
daml-lf-proto Add cabal support for some components (#16755) 2023-06-05 17:07:31 +02:00
daml-lf-proto-decode Refactor LF decoding in the compiler (#17864) 2023-11-21 15:41:09 +00:00
daml-lf-proto-encode Refactor LF decoding in the compiler (#17864) 2023-11-21 15:41:09 +00:00
daml-lf-proto-util Add cabal support for some components (#16755) 2023-06-05 17:07:31 +02:00
daml-lf-reader bump copyright (#16002) 2023-01-04 18:21:15 +01:00
daml-lf-tools Warn instead of errors for expression changes in templates (#17609) 2023-11-07 12:32:04 +00:00
damlc Set 'optDetailLevel = PrettyLevel (-1)' in integration tests (#18113) 2024-01-10 10:14:18 +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 Haskell SdkVersion inversion (#18066) 2024-01-09 10:24:31 +01:00
repl-service remove script/trigger/cantonFixture deps on scala-bindings (#17954) 2023-12-05 15:08:09 +00:00
scenario-service Daml3-Script Submit refactor (#17974) 2024-01-09 09:42:53 +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.