daml/compiler
Samuel Williams 9aa586fb9e
Switch doctest to use scripts (#16573)
* Convert doctest over to using script.
Prim tests not working

* Add no-source flag to doctest so we can still run stdlib

* Fix damlDocTestntegration

* Add various comments, fix up flags
2023-03-27 16:18:41 +01:00
..
daml-extension Automatically run scenarios in Studio with "Autorun All Tests" setting for Daml Extension (#16398) 2023-03-01 09:38:01 +00:00
daml-lf-ast Add dynamicExercise expression and builtin (#16431) 2023-03-15 10:35:24 +01:00
daml-lf-proto Add dynamicExercise expression and builtin (#16431) 2023-03-15 10:35:24 +01:00
daml-lf-reader bump copyright (#16002) 2023-01-04 18:21:15 +01:00
daml-lf-tools Add dynamicExercise expression and builtin (#16431) 2023-03-15 10:35:24 +01:00
damlc Switch doctest to use scripts (#16573) 2023-03-27 16:18:41 +01: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 Scenario service error reporting fix (#16503) 2023-03-16 14:42:39 +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.