mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
1128d83492
* 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 |
||
---|---|---|
.. | ||
daml-extension | ||
daml-lf-ast | ||
daml-lf-proto | ||
daml-lf-reader | ||
daml-lf-tools | ||
daml-licenses | ||
damlc | ||
ghcide | ||
hie-core | ||
lsp-tests | ||
scenario-service | ||
ghcide-daml.sh | ||
README.md |
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.