Go to file
Your Name fb85ea1f18 Renamed the extensibility type parameter to 'x so that it can easily be grepped for.
Review this commit with:

    git diff --color-words=.
2019-03-05 18:19:20 +01:00
Tests I extended the grammar with optional semicolons and vertical bars. 2019-03-07 17:06:02 +01:00
.gitignore Hack to get propper dune dependencies for Version.ml 2019-03-01 17:59:58 +01:00
.Lexer.ml.tag initial commit 2019-02-25 21:29:29 +00:00
.LexerMain.tag initial commit 2019-02-25 21:29:29 +00:00
.links initial commit 2019-02-25 21:29:29 +00:00
.Parser.mly.tag initial commit 2019-02-25 21:29:29 +00:00
.ParserMain.tag initial commit 2019-02-25 21:29:29 +00:00
AST.ml Renamed the extensibility type parameter to 'x so that it can easily be grepped for. 2019-03-05 18:19:20 +01:00
AST.mli Renamed the extensibility type parameter to 'x so that it can easily be grepped for. 2019-03-05 18:19:20 +01:00
check_dot_git_is_dir.sh Forgot a file in the previous commit… 2019-03-05 15:23:34 +01:00
dune Made the Verwion.ml more resistant. 2019-03-05 15:18:38 +01:00
dune-project initial commit 2019-02-25 21:29:29 +00:00
Error.mli initial commit 2019-02-25 21:29:29 +00:00
EvalOpt.ml Added instruction 'fail'. I changed the grammar and AST for local functions and removed global mutable variables. 2019-02-28 15:46:34 +01:00
EvalOpt.mli initial commit 2019-02-25 21:29:29 +00:00
FQueue.ml initial commit 2019-02-25 21:29:29 +00:00
FQueue.mli initial commit 2019-02-25 21:29:29 +00:00
Lexer.mli initial commit 2019-02-25 21:29:29 +00:00
Lexer.mll Escaped invalid characters before printing lexical error message. 2019-03-06 17:26:28 +01:00
LexerMain.ml initial commit 2019-02-25 21:29:29 +00:00
LexToken.mli I extended the grammar with optional semicolons and vertical bars. 2019-03-07 17:06:02 +01:00
LexToken.mll I extended the grammar with optional semicolons and vertical bars. 2019-03-07 17:06:02 +01:00
ligo-parser.opam Added instruction 'fail'. I changed the grammar and AST for local functions and removed global mutable variables. 2019-02-28 15:46:34 +01:00
Markup.ml initial commit 2019-02-25 21:29:29 +00:00
Markup.mli initial commit 2019-02-25 21:29:29 +00:00
MBytes.ml initial commit 2019-02-25 21:29:29 +00:00
MBytes.mli initial commit 2019-02-25 21:29:29 +00:00
Parser.exe added a comment to the dune file 2019-02-25 21:34:32 +00:00
Parser.mly I extended the grammar with optional semicolons and vertical bars. 2019-03-07 17:06:02 +01:00
ParserMain.ml Threaded 'a parameter everywhere 2019-03-05 18:17:57 +01:00
ParToken.mly I extended the grammar with optional semicolons and vertical bars. 2019-03-07 17:06:02 +01:00
Pos.ml initial commit 2019-02-25 21:29:29 +00:00
Pos.mli initial commit 2019-02-25 21:29:29 +00:00
Print.ml Renamed the extensibility type parameter to 'x so that it can easily be grepped for. 2019-03-05 18:19:20 +01:00
Print.mli Threaded 'a parameter everywhere 2019-03-05 18:17:57 +01:00
Region.ml initial commit 2019-02-25 21:29:29 +00:00
Region.mli initial commit 2019-02-25 21:29:29 +00:00
typecheck.ml Threaded 'a parameter everywhere 2019-03-05 18:17:57 +01:00
Utils.ml initial commit 2019-02-25 21:29:29 +00:00
Utils.mli initial commit 2019-02-25 21:29:29 +00:00