daml/compiler
Neil Mitchell 599b9e97ab Move the ofInterest kicking around in the IDE (#1669)
* Move getFilesOfInterest into the IDE, and OfInterest out into DAML

* Have the IDE mode kick all active files each time

* Add a missing .cabal dependency

* Add a missing dependencies

* Use the right thing, if any files have parse errors, then don't worry

* Print messages to stderr rather than stdout

* Add a big warning that writing to stdout is a bad plan
2019-06-14 14:23:22 +00:00
..
daml-lf-ast Remove useless version paramater from LF.World.initSelfWorld (#1601) 2019-06-12 11:55:27 +00:00
daml-lf-proto daml-lf: add enum pattern matching (#1506) 2019-06-04 22:25:22 +00:00
daml-lf-tools Add Pretty instances for everything in the DAML-LF AST (#1532) 2019-06-05 13:59:05 -04:00
haskell-ide-core Move the ofInterest kicking around in the IDE (#1669) 2019-06-14 14:23:22 +00:00
lsp-tests Unflake import cycle tests (#1647) 2019-06-13 14:27:38 +00:00
scenario-service cleanup daml-lf scala packages (#1581) 2019-06-12 15:55:48 +00: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.