daml/daml-lf/parser
Remy 70379d4e85
LF: Experiment Hook for 1.dev (#9051)
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
2021-03-11 21:36:49 +01:00
..
src LF: Experiment Hook for 1.dev (#9051) 2021-03-11 21:36:49 +01:00
BUILD.bazel Port //daml-lf/(parser|validation) to Scala 2.13 (#8391) 2021-01-05 13:11:27 +01:00