ligo/tools/lsp/squirrel
Anton Myasnikov 3037be689b
[LIGO-27] Fix parameters for lambdas and restructure grammar
Problem: It happens that "go to definition" fails with lambda
parameters meaning that we do not create proper AST for it.
Also we need to restructure grammar so that we can support it in
the future.

Solution: Restructure grammar to use "param_decl" and ensure that
we use proper fields for parser resolution.
2020-08-23 22:05:27 +03:00
..
app [LIGO-29] Integrate existing completion framework with haskell-lsp 2020-08-23 22:01:00 +03:00
grammar [LIGO-27] Fix parameters for lambdas and restructure grammar 2020-08-23 22:05:27 +03:00
scripts [LIGO-25] Chores (add Makefile, scripts, vendor, stylish) 2020-08-11 13:31:22 +03:00
src [LIGO-27] Fix parameters for lambdas and restructure grammar 2020-08-23 22:05:27 +03:00
vendor Add all parser.c as symlinks 2020-08-21 18:23:39 +04:00
.stylish-haskell.yaml [LIGO-25] Chores (add Makefile, scripts, vendor, stylish) 2020-08-11 13:31:22 +03:00
Makefile Add all parser.c as symlinks 2020-08-21 18:23:39 +04:00
package.yaml [LIGO-29] Integrate existing completion framework with haskell-lsp 2020-08-23 22:01:00 +03:00
stack.yaml Add basic code completion mechanism 2020-08-11 12:32:54 +04:00
stack.yaml.lock Add basic code completion mechanism 2020-08-11 12:32:54 +04:00