daml/compiler
Remy 20649cf78e ledger-api: rename decimal field to numeric in value Proto (#2688)
* add Numeric.java

* ledger-api: rename `decimal` field to `numeric` in value protobuf

* Address Gerolf's comment

* ledger-api: add missing renammings

* ledger-api: relax syntax of numbers that can be sent as numerics

* extractor:  fix

* leger-api: change format of number though ledger api

* daml-lf: fix numeric regexp

* ledger: fix tests
2019-08-29 22:51:33 +00:00
..
daml-extension Visual integration with LSP (#2597) 2019-08-26 15:47:29 +00:00
daml-lf-ast Refactor DAR manifest reader (#2699) 2019-08-29 10:26:53 +00:00
daml-lf-proto damlc: Add Numeric primitives and type-level nats. (#2670) 2019-08-28 12:30:33 +00:00
daml-lf-reader Refactor DAR manifest reader (#2699) 2019-08-29 10:26:53 +00:00
daml-lf-tools damlc: Add Numeric primitives and type-level nats. (#2670) 2019-08-28 12:30:33 +00:00
daml-licenses update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
damlc Sketch of generic transfers and swaps (#2640) 2019-08-29 16:05:24 +00:00
hie-core replace main file with a pointer to the source root (#2687) 2019-08-29 13:42:33 +02:00
lsp-tests Visual integration with LSP (#2597) 2019-08-26 15:47:29 +00:00
scenario-service ledger-api: rename decimal field to numeric in value Proto (#2688) 2019-08-29 22:51:33 +00: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.