.gitignore
|
Initial Commit
|
2022-01-10 23:27:37 +09:00 |
ast.ml
|
Change a comment slightly
|
2022-02-15 00:09:52 +09:00 |
dune
|
Initial Commit
|
2022-01-10 23:27:37 +09:00 |
dune-project
|
Add texts to dune-project
|
2022-01-13 00:55:03 +09:00 |
eval.ml
|
(Re)add recursion support
|
2022-02-13 21:10:25 +09:00 |
lex.ml
|
Pass column info on lex
|
2022-02-15 00:08:24 +09:00 |
main.ml
|
Refactor env to list
|
2022-02-12 03:18:00 +09:00 |
parser.ml
|
Fix operator precedence
|
2022-02-15 00:08:40 +09:00 |
token.ml
|
Add relation operators
|
2022-02-08 22:02:00 +09:00 |