OCaml implementation of the CiviC compiler for Compiler Construction course at UvA
|
|
il y a 12 ans | |
|---|---|---|
| bin32 | il y a 12 ans | |
| doc | il y a 12 ans | |
| manual_test | il y a 12 ans | |
| phases | il y a 12 ans | |
| .gitignore | il y a 12 ans | |
| Makefile | il y a 12 ans | |
| OCamlMakefile | il y a 12 ans | |
| README.md | il y a 12 ans | |
| globals.ml | il y a 12 ans | |
| globals.mli | il y a 12 ans | |
| lexer.mll | il y a 12 ans | |
| main.ml | il y a 12 ans | |
| main.mli | il y a 12 ans | |
| parser.mly | il y a 12 ans | |
| run | il y a 12 ans | |
| stringify.ml | il y a 12 ans | |
| stringify.mli | il y a 12 ans | |
| types.mli | il y a 12 ans | |
| util.ml | il y a 12 ans | |
| util.mli | il y a 12 ans |
CiviCaml is a compiler for the CiviC language, written in OCaml.
make doc generates HTML documentation, which is accessible through
doc/civicc.index.html.
The coding style adheres to http://wiki.xen.org/wiki/OCaml_Best_Practices_for_Developers#Use_of_open.
The Makefile uses [OCamlMakefile(https://bitbucket.org/mmottl/ocaml-makefile/).