daml/compiler
dylant-da adb01a7b68
Table and transaction view in daml test (#16353)
* Initial outputTables work

* refactor outputTables

* Fix duplicate ShowCoverage opt

* Export TableOutputPath & TransactionsOutputPath constructors

* Implement outputTransactions

* Fix redundant imports, unused fields

* Embed extension's CSS style into generated tables / traces

* lint

* Extract webview css without locateResource

* Check stylesheet exists before reading it, emit warning if necessary

* Refactor tryWithPath
2023-02-22 17:56:50 +00:00
..
daml-extension Table and transaction view in daml test (#16353) 2023-02-22 17:56:50 +00:00
daml-lf-ast Source location plumbing (#16269) 2023-02-10 16:26:34 +00:00
daml-lf-proto Source location plumbing (#16269) 2023-02-10 16:26:34 +00:00
daml-lf-reader bump copyright (#16002) 2023-01-04 18:21:15 +01:00
daml-lf-tools Source location plumbing (#16269) 2023-02-10 16:26:34 +00:00
damlc Table and transaction view in daml test (#16353) 2023-02-22 17:56:50 +00:00
ghcide Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
hie-core Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
lsp-tests Allow run tests manually (#16211) 2023-02-02 17:59:11 +00:00
repl-service bump copyright (#16002) 2023-01-04 18:21:15 +01:00
scenario-service Table and transaction view in daml test (#16353) 2023-02-22 17:56:50 +00:00
README.md Daml case and logo (#8433) 2021-01-08 12:50:15 +00: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.