daml/compiler
Martin Huschenbett c2940705ff Remove unused message from scenario service protobuf (#2503)
I assume the plan was to implement stack traces. I intend to do that as well
but the message type does not fit my approach. Thus, let's remove it first.
2019-08-13 07:07:38 +00:00
..
daml-extension Visual ide (#2467) 2019-08-12 12:42:45 -04:00
daml-lf-ast Fix pretty printing of empty annotations in DAML-LF AST (#2453) 2019-08-08 12:11:56 +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 Remove the --dump-pom flag from damlc package (#2496) 2019-08-12 17:49:43 +00:00
hie-core Force values in setValues and getValues (#2494) 2019-08-12 17:40:12 +02:00
lsp-tests Increase timeout on lsp-tests (#2478) 2019-08-09 15:32:32 +00:00
scenario-service Remove unused message from scenario service protobuf (#2503) 2019-08-13 07:07:38 +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.