daml/compiler
Sofia Faro 4ac8d7cdf1
Make featureCppFlag field optional. (#8014)
Some features, in particular daml-lf encoding features, don't make any sense to have an associated CPP flag. I made the CPP flag optional and removed these unnecessary feature flags (based mostly on whether the flags were used in the standard library).

changelog_begin
changelog_end
2020-11-19 12:40:41 +00:00
..
daml-extension Remove version header from vscode snippet (#7452) 2020-09-21 16:59:47 +02:00
daml-lf-ast Make featureCppFlag field optional. (#8014) 2020-11-19 12:40:41 +00:00
daml-lf-proto DAML-LF: Add interning for type to DAML-LF 1.dev (#7893) 2020-11-18 11:14:30 +00:00
daml-lf-reader DEL-8132 extract DAML LF haskell libraries (scripted) (#7246) 2020-09-01 12:09:26 +10:00
daml-lf-tools damlc: Tiny improvement to DAML-LF type checker (#7948) 2020-11-11 15:41:15 +00:00
daml-lf-verify Haskell: Add hlint rule to suggest foldl' over foldl (#7897) 2020-11-05 18:32:44 +00:00
daml-licenses Connectify user-facing output (#7624) 2020-10-09 15:45:02 +02:00
damlc Make featureCppFlag field optional. (#8014) 2020-11-19 12:40:41 +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 Deprecate the "daml 1.2" version header. (#7513) 2020-09-29 13:14:59 +00:00
repl-service Cache computation of top-level values at definition level (#7818) 2020-10-28 13:39:20 +00:00
scenario-service Fix missing trace statements on failed submits (#7987) 2020-11-17 17:09:24 +01: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.