This website requires JavaScript.
Explore
Help
Sign in
ionchy
/
SimPLambda
Archived
Watch
1
Star
0
Fork
You've already forked SimPLambda
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Mostly follows
https://www.cs.cornell.edu/courses/cs3110/2019fa/textbook/interp/inference.html
.
This repository has been archived on
2025-08-08
. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
1
commit
1
branch
0
tags
26
KiB
OCaml
95.1%
Standard ML
3.4%
Makefile
1.5%
main
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
Exact
Exact
Union
RegExp
Jonathan Chan
2bdbe440b0
Initial commit.
2025-08-08 14:40:52 -04:00
.gitignore
Initial commit.
2025-08-08 14:40:52 -04:00
.merlin
Initial commit.
2025-08-08 14:40:52 -04:00
.ocamlinit
Initial commit.
2025-08-08 14:40:52 -04:00
ast.ml
Initial commit.
2025-08-08 14:40:52 -04:00
collect.ml
Initial commit.
2025-08-08 14:40:52 -04:00
errors.ml
Initial commit.
2025-08-08 14:40:52 -04:00
eval.ml
Initial commit.
2025-08-08 14:40:52 -04:00
lexer.mll
Initial commit.
2025-08-08 14:40:52 -04:00
main.ml
Initial commit.
2025-08-08 14:40:52 -04:00
Makefile
Initial commit.
2025-08-08 14:40:52 -04:00
parser.mly
Initial commit.
2025-08-08 14:40:52 -04:00
test.ml
Initial commit.
2025-08-08 14:40:52 -04:00
unify.ml
Initial commit.
2025-08-08 14:40:52 -04:00