daml/compiler
Martin Huschenbett ca3ca745fb
Rename DAML-LF primitives for conversion between Text and code points (#1777)
I find the current names very confusing and unintuitive.

I'm aware that there are other primitives called `TO_TEXT_X`. But there the
`X` is meant to be a type index to `TO_TEXT`. This doesn't make much sense in
the context of `TO_TEXT_CODE_POINTS` though since there's no type named
`CodePoints`.
2019-06-20 16:03:11 +02:00
..
daml-lf-ast Rename DAML-LF primitives for conversion between Text and code points (#1777) 2019-06-20 16:03:11 +02:00
daml-lf-proto Rename DAML-LF primitives for conversion between Text and code points (#1777) 2019-06-20 16:03:11 +02:00
daml-lf-tools Rename DAML-LF primitives for conversion between Text and code points (#1777) 2019-06-20 16:03:11 +02:00
haskell-ide-core Hic elisp (#1714) 2019-06-18 14:10:52 +02:00
lsp-tests Mark lsp-tests as flaky on Windows (#1782) 2019-06-20 15:49:35 +02:00
scenario-service Move webview src to a separate JS file (#1784) 2019-06-20 14:55:30 +02: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.