ligo/src/passes/1-parser/cameligo
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
..
Stubs Remove original Cameligo and rename Ligodity to Cameligo. 2019-12-12 14:35:07 +01:00
Tests Merge remote-tracking branch 'origin/dev' into rinderknecht-dev 2019-12-13 12:28:33 +01:00
.AST.ml.tag Remove original Cameligo and rename Ligodity to Cameligo. 2019-12-12 14:35:07 +01:00
.LexerMain.tag Remove original Cameligo and rename Ligodity to Cameligo. 2019-12-12 14:35:07 +01:00
.links Removed the open type [Error.t] (less [assert false]). 2019-12-17 14:56:16 +01:00
.Parser.mly.tag Added basic support for Menhir's incremental API. 2019-12-17 17:03:43 +01:00
.ParserMain.tag Remove original Cameligo and rename Ligodity to Cameligo. 2019-12-12 14:35:07 +01:00
AST.ml Refactoring of the parsers 2019-12-15 17:46:08 +01:00
AST.mli Refactoring of the parsers 2019-12-15 17:46:08 +01:00
cameligo.ml Remove original Cameligo and rename Ligodity to Cameligo. 2019-12-12 14:35:07 +01:00
check_dot_git_is_dir.sh Remove original Cameligo and rename Ligodity to Cameligo. 2019-12-12 14:35:07 +01:00
dune Added basic support for Menhir's incremental API. 2019-12-17 17:03:43 +01:00
LexerMain.ml Merge remote-tracking branch 'origin/dev' into rinderknecht-dev 2019-12-13 12:28:33 +01:00
LexToken.mli Remove original Cameligo and rename Ligodity to Cameligo. 2019-12-12 14:35:07 +01:00
LexToken.mll [WIP] Adding the infrastructure for supporting the incremental API of Menhir. 2019-12-20 16:44:03 +01:00
ParErr.ml [WIP] Adding the infrastructure for supporting the incremental API of Menhir. 2019-12-20 16:44:03 +01:00
Parser.mly Refactoring of the parsers 2019-12-15 17:46:08 +01:00
ParserAPI.ml [WIP] Adding the infrastructure for supporting the incremental API of Menhir. 2019-12-20 16:44:03 +01:00
ParserAPI.mli [WIP] Adding the infrastructure for supporting the incremental API of Menhir. 2019-12-20 16:44:03 +01:00
ParserLog.ml Refactoring of the parsers 2019-12-15 17:46:08 +01:00
ParserLog.mli Merge remote-tracking branch 'origin/dev' into rinderknecht-dev 2019-12-13 12:28:33 +01:00
ParserMain.ml [WIP] Adding the infrastructure for supporting the incremental API of Menhir. 2019-12-20 16:44:03 +01:00
ParToken.mly Refactoring of the parsers 2019-12-15 17:46:08 +01:00