No description
Find a file
2022-01-29 20:01:48 +09:00
.gitignore Initial Commit 2022-01-10 23:27:37 +09:00
ast.ml Add basic function evaluation 2022-01-29 20:01:48 +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 Add basic function evaluation 2022-01-29 20:01:48 +09:00
lex.ml refactor lex 2022-01-28 01:52:57 +09:00
main.ml Add basic function evaluation 2022-01-29 20:01:48 +09:00
parser.ml Add basic function evaluation 2022-01-29 20:01:48 +09:00
test.ml Initial Commit 2022-01-10 23:27:37 +09:00
token.ml Replace Token.(Values) with Token.Value of Ast.Value.t and add String type 2022-01-22 03:03:23 +09:00