This website requires JavaScript.
Explore
Help
Sign in
teyalem
/
ce
Watch
1
Star
0
Fork
You've already forked ce
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
No description
46
commits
1
branch
0
tags
88
KiB
OCaml
98.5%
Dune
1.5%
138d12e899
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Hyeonung Baek
138d12e899
Refactor function evaluation; now can partially apply
2022-02-11 02:54:21 +09:00
.gitignore
Initial Commit
2022-01-10 23:27:37 +09:00
ast.ml
Refactor function evaluation; now can partially apply
2022-02-11 02:54:21 +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
Refactor function evaluation; now can partially apply
2022-02-11 02:54:21 +09:00
lex.ml
Seperate Value.t and Token.t
2022-02-01 02:06:18 +09:00
main.ml
Seperate eval and eval_top
2022-02-10 01:37:01 +09:00
parser.ml
Refactor function evaluation; now can partially apply
2022-02-11 02:54:21 +09:00
token.ml
Add relation operators
2022-02-08 22:02:00 +09:00