mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
70379d4e85
This PR adds a hook in the compiler and the engine to allow easy prototyping of new features. In particular by using this hook, one can add a new feature in 1.dev with modifying: compiler type checkers (both Haskell and Scala) archive Protobuf archive decoder In addition of development speed, this also adds a bit of confidence, as the peaces enumerated above are not touched when adding the feature: The feature can be added by modifying only 1.dev Daml standard library and Speedy. aa7991f8 shows a use case of this hook. CHANGELOG_BEGIN CHANGELOG_END |
||
---|---|---|
.. | ||
src/DA/Daml/LF | ||
test/DA/Daml/LF/Ast | ||
BUILD.bazel | ||
daml-lf-ast.cabal |