daml/compiler
Fran 1bf9adf44e
damldocs: Reinstate contexts in markdown function docs. (#2269)
* Reinstate contexts in markdown function docs.

* Simplify missing types logic

* Fix rst rendering for sphinx
2019-07-24 09:03:33 +01:00
..
daml-extension VSCode scenario codelenses improvements (#2141) 2019-07-22 10:50:30 +02:00
daml-lf-ast {-# LANGUAGE OverloadedStrings #-} is now on by default (#2270) 2019-07-24 08:09:26 +01:00
daml-lf-proto {-# LANGUAGE OverloadedStrings #-} is now on by default (#2270) 2019-07-24 08:09:26 +01:00
daml-lf-reader Handling Dalfs list in Manifest file (#2207) 2019-07-18 15:31:52 +00:00
daml-lf-tools {-# LANGUAGE OverloadedStrings #-} is now on by default (#2270) 2019-07-24 08:09:26 +01:00
daml-licenses Bump urllib3 from 1.24.1 to 1.24.2 in /compiler/daml-licenses/licenses (#2082) 2019-07-10 20:57:10 -04:00
damlc damldocs: Reinstate contexts in markdown function docs. (#2269) 2019-07-24 09:03:33 +01:00
hie-core {-# LANGUAGE OverloadedStrings #-} is now on by default (#2270) 2019-07-24 08:09:26 +01:00
lsp-tests {-# LANGUAGE OverloadedStrings #-} is now on by default (#2270) 2019-07-24 08:09:26 +01:00
scenario-service {-# LANGUAGE OverloadedStrings #-} is now on by default (#2270) 2019-07-24 08:09:26 +01: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.