daml/compiler
Sofia Faro e52c2a0252
Bundle ghcversion.h and hpp with damlc. (#8278)
* Bundle hpp with damlc.

This PR eliminates the red squiggly lines you get when opening up the
standard library in daml studio (e.g. after a Go To Definitien).

(When CPP is used, Go To Definition is still pointing to the wrong place,
because the line numbers are messed up. But it's better than having a
million error messages.)

We could also remove --cpp flag in a separate PR, though that may be
considered a breaking change.

changelog_begin
changelog_end

* cleanup locateRunfiles jank

* Revert "cleanup locateRunfiles jank"

This reverts commit 82552003ae.
2020-12-14 17:23:41 +00:00
..
daml-extension Remove version header from vscode snippet (#7452) 2020-09-21 16:59:47 +02:00
daml-lf-ast Add DAML_EXCEPTIONS feature. (#8114) 2020-12-01 12:38:41 +00:00
daml-lf-proto Add exceptions in DAML-LF AST (Haskell side) (#8112) 2020-11-30 16:18:29 +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 Add serializability check for exceptions. (#8151) 2020-12-07 14:44:24 +00:00
daml-lf-verify Compiler: Clean compiler from from Exercise's actors (#8076) 2020-11-26 15:38:30 +01:00
damlc Bundle ghcversion.h and hpp with damlc. (#8278) 2020-12-14 17:23: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 LF: Simplify Language Version representation (#8258) 2020-12-11 16:21:45 +01:00
scenario-service LF: retire VersionTimeline (#8273) 2020-12-14 16:56:47 +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.