daml/compiler
Martin Huschenbett 1128d83492
Write JSON files in damlc integration test (#3075)
* Write JSON files in damlc integration test

There were quite a few occurences where I needed to look at the JSON
representation of the generated DALF in the past. Particularly, when
trying to come up with the `@QUERY-LF` pragmas for new tests.

This PR writes the JSON files to disk next to the (pretty printed)
DALF files.

* Remove useless rewriting of numbers into strings
2019-10-01 17:04:55 +02:00
..
daml-extension Visual integration with LSP (#2597) 2019-08-26 15:47:29 +00:00
daml-lf-ast Refactor Numeric literal conversion and add tests. (#3038) 2019-09-26 09:47:36 +00:00
daml-lf-proto Refactor DAML-LF encoder/decoder in prep for string interning (#3060) 2019-09-27 12:40:05 +00:00
daml-lf-reader Rename hazel_deps to hackage_deps (#2789) 2019-09-06 09:01:09 +00:00
daml-lf-tools Name collision checking within a module. (#2981) 2019-09-23 17:17:38 +00:00
daml-licenses update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
damlc Write JSON files in damlc integration test (#3075) 2019-10-01 17:04:55 +02: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 Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
scenario-service Refactor DAML-LF encoder/decoder in prep for string interning (#3060) 2019-09-27 12:40:05 +00:00
ghcide-daml.sh Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02: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.