daml/compiler
Anup Kalburgi 09b766c502 Visual integration with LSP (#2597)
* 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
2019-08-26 15:47:29 +00:00
..
daml-extension Visual integration with LSP (#2597) 2019-08-26 15:47:29 +00:00
daml-lf-ast Revert DAML-LF proto change for Numeric (#2600) 2019-08-20 08:13:15 +00:00
daml-lf-proto daml-lf: udpate LF protobuf for numerics (#2649) 2019-08-26 11:55:48 +00:00
daml-lf-reader Switch to a streaming zip encoding (#2595) 2019-08-19 20:15:13 +02:00
daml-lf-tools update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
daml-licenses update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
damlc Visual integration with LSP (#2597) 2019-08-26 15:47:29 +00:00
hie-core Bump hie-bios (#2586) 2019-08-19 11:13:13 +02:00
lsp-tests Visual integration with LSP (#2597) 2019-08-26 15:47:29 +00:00
scenario-service Switch to upstream gRPC-haskell (#2642) 2019-08-23 15:10:15 +02: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.