a toy compiler training project
  • OCaml 92.3%
  • Shell 5.2%
  • Makefile 2.5%
Find a file
2014-09-26 14:34:17 +02:00
.gitignore ignore otags' TAGS file 2014-09-04 14:20:00 +02:00
.merlin giving a try at merlin 2014-08-25 10:19:35 +02:00
ast.ml only indentation changed 2014-09-05 15:27:15 +02:00
check.sh added partial application test 2014-09-05 15:27:24 +02:00
lexer.mll a string is a variable name in the mini ML 2014-08-13 15:10:55 +02:00
main.ml print the final state 2014-09-05 15:27:42 +02:00
Makefile olex is built with obuild 2014-09-08 11:01:14 +02:00
olex.ml updated header comment 2014-09-26 14:34:17 +02:00
parser.mly deleted "optimizations" on boolean expressions since they allow 2014-08-25 15:38:07 +02:00
proj.obuild added obuild file 2014-09-08 10:57:34 +02:00
README.md Create README.md 2014-08-13 16:30:14 +02:00

mini-ml-exercise

a toy compiler training project