mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
9881ff5231
This PR makes the ``--ledger-host`` and ``--ledger-port`` parameters optional so DAML REPL works without a ledger which is useful now that we have better. support for pure expressions. This just piggybacks on DAML Script’s multiparticipant support so there are no significant changes on the service. Docs are updated and we have a testcase. Side note: What is still missing is `let x = …` in DAML REPL. I’ll tackle that in a separate PR. changelog_begin changelog_end |
||
---|---|---|
.. | ||
daml-extension | ||
daml-lf-ast | ||
daml-lf-proto | ||
daml-lf-reader | ||
daml-lf-tools | ||
daml-lf-verify | ||
daml-licenses | ||
damlc | ||
ghcide | ||
hie-core | ||
lsp-tests | ||
repl-service | ||
scenario-service | ||
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.