ligo/tools/lsp/squirrel/grammar/reasonligo
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
..
grammar.js [LIGO-27] Fix parameters for lambdas and restructure grammar 2020-08-23 22:05:27 +03:00
index.js [LIGO-25] Add grammar for ReasonLIGO and move it to squirrel 2020-08-11 13:30:46 +03:00