daml/compiler
Martin Huschenbett 7cebdb7c17 Shrink stack size on Windows in bond memory test (#2358)
We increased it by too much in order to get tests to pass earlier. Now we shrink it to something closer to what we had before.
2019-08-01 13:45:27 -04:00
..
daml-extension add set -e to vsix production (#2359) 2019-07-31 15:10:30 +00:00
daml-lf-ast use MonoTraversable ModuleRef in place of Generic HasPackageRef (#2327) 2019-07-31 07:22:42 +00:00
daml-lf-proto Dar building cleanup (#2357) 2019-07-31 18:34:41 +02:00
daml-lf-reader language: put hash in package directories (#2268) 2019-07-31 14:31:45 +02: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 Shrink stack size on Windows in bond memory test (#2358) 2019-08-01 13:45:27 -04:00
hie-core Fix up the .ghci file for hie-core to track recent changes (#2322) 2019-07-31 21:15:40 +02:00
lsp-tests improve haskell module hierarchy to be more consistent (#2319) 2019-07-29 15:55:55 +01:00
scenario-service improve haskell module hierarchy to be more consistent (#2319) 2019-07-29 15:55:55 +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.