mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
09b766c502
* daml visualize with lsp * Working command execution with ide * Have to call visual now * Split function * Wrong constuctions of world or the module * Working almost * Have to gather all modules * Now works end to end. Considers all the daml files in workspace * removing unused code * removing unused dependency * Removing unused JS code and better error message * Function re-arrange * Removing us of heaad, instead handling error * Format and rearranging * Removing unused assignment * Formating everything * missed dependency * Generating visual only for the file that is open * Using modules from generated pkg, error messages * Bringing back the commands * Names and formating * consitent error message * Removing Just pattern match using _use now * package * Moving visual to a different module * Function simple * Removing Rule as it increases memeory consumption * TODO LSP error * White space * Fmt things * Handling if command was executed for a non daml files * Better error message * debugging * Fix executeCommand * Adding tests to execute command. Thanks moritz * Unwanted lines * Spaces and comment * 3rd time ? * Spaces are white * assert equal instead of assert bool |
||
---|---|---|
.. | ||
daml-extension | ||
daml-lf-ast | ||
daml-lf-proto | ||
daml-lf-reader | ||
daml-lf-tools | ||
daml-licenses | ||
damlc | ||
hie-core | ||
lsp-tests | ||
scenario-service | ||
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.