mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
094214aa55
* Successfully parse rss xml and find latest blog post object * Show notification with link to blog (on every ide startup...) * Only show blog post if not seen before * Formatting CHANGELOG_BEGIN - [SDK] Notify IDE users about new daml-driven blog posts CHANGELOG_END * Add setting for user to opt out of notifications * Use await rather than then * Catch and swallow exceptions * Another await and minor cleanup |
||
---|---|---|
.. | ||
daml-extension | ||
daml-lf-ast | ||
daml-lf-proto | ||
daml-lf-reader | ||
daml-lf-tools | ||
daml-licenses | ||
damlc | ||
ghcide | ||
hie-core | ||
lsp-tests | ||
scenario-service | ||
ghcide-daml.sh | ||
README.md |
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.