Go to file
2019-03-05 09:53:58 +01:00
Tests initial commit 2019-02-25 21:29:29 +00: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 Used records everywhere instead of objects. 2019-03-05 09:53:58 +01:00
AST.mli Used records everywhere instead of objects. 2019-03-05 09:53:58 +01:00
dune Propper dependency on .git/HEAD and .git/refs/heads/the_current_branch to regenerate Version.ml. Will not update correctly if a git worktree or its main .git are moved, in these cases use dune clean. 2019-03-01 18:49:25 +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 initial commit 2019-02-25 21:29:29 +00: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 initial commit 2019-02-25 21:29:29 +00:00
LexerMain.ml initial commit 2019-02-25 21:29:29 +00:00
LexToken.mli initial commit 2019-02-25 21:29:29 +00:00
LexToken.mll initial commit 2019-02-25 21:29:29 +00:00
ligo-parser.opam initial commit 2019-02-25 21:29:29 +00: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 Used records everywhere instead of objects. 2019-03-05 09:53:58 +01:00
ParserMain.ml initial commit 2019-02-25 21:29:29 +00:00
ParToken.mly initial commit 2019-02-25 21:29:29 +00: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
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 Used records everywhere instead of objects. 2019-03-05 09:53:58 +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