ligo/src/passes/1-parser
Christian Rinderknecht 072dea757c [WIP] Adding the infrastructure for supporting the incremental API of Menhir.
* I added CLI option "--mono" to select the monolithic API of Menhir.
  * I added a field "win" to the state of the lexer (a two-token
    window for error reporting).
  * I escaped LIGO strings before making them OCaml strings (for
    example for printing).
2019-12-20 16:44:03 +01:00
..
cameligo [WIP] Adding the infrastructure for supporting the incremental API of Menhir. 2019-12-20 16:44:03 +01:00
pascaligo [WIP] Adding the infrastructure for supporting the incremental API of Menhir. 2019-12-20 16:44:03 +01:00
reasonligo [WIP] Adding the infrastructure for supporting the incremental API of Menhir. 2019-12-20 16:44:03 +01:00
shared [WIP] Adding the infrastructure for supporting the incremental API of Menhir. 2019-12-20 16:44:03 +01:00
cameligo.ml Remove original Cameligo and rename Ligodity to Cameligo. 2019-12-12 14:35:07 +01:00
dune Incorrect function arguments message for ReasonLIGO. 2019-12-16 18:04:15 +01:00
parser.ml Remove original Cameligo and rename Ligodity to Cameligo. 2019-12-12 14:35:07 +01:00
pascaligo.ml Refactor Ligodity parser to use shared parser. 2019-09-27 13:33:25 +00:00
pascaligo.mli Add documentation for pascaligo parser interface as .mli 2019-10-03 13:32:43 -07:00
reasonligo.ml Incorrect function arguments message for ReasonLIGO. 2019-12-16 18:04:15 +01:00