darnuria / kitty-lang

An other toy compiler in Ocaml, made with Menhir and Ocamlex for 3I018 compilation course at university

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kitty-lang

An other toy compiler in Ocaml, made with Menhir and Ocamlex for 3I018 compilation course at university

Build

ocamlbuild -use-ocamlfind -use-menhir 'main.native'

3I018 Course

Course syllabus (french) from University Pierre and Marie Curie (Paris) can be found here And MLCompiler for this course can be downloaded here : MLCompiler.tar.gz

About

An other toy compiler in Ocaml, made with Menhir and Ocamlex for 3I018 compilation course at university

License:GNU General Public License v3.0


Languages

Language:OCaml 95.9%Language:Makefile 4.1%