OCaml implementation of the CiviC compiler for Compiler Construction course at UvA
|
|
12 年之前 | |
|---|---|---|
| bin32 | 12 年之前 | |
| doc | 12 年之前 | |
| manual_test | 12 年之前 | |
| phases | 12 年之前 | |
| test | 12 年之前 | |
| .gitignore | 12 年之前 | |
| Makefile | 12 年之前 | |
| OCamlMakefile | 12 年之前 | |
| README.md | 12 年之前 | |
| globals.ml | 12 年之前 | |
| globals.mli | 12 年之前 | |
| lexer.mll | 12 年之前 | |
| main.ml | 12 年之前 | |
| main.mli | 12 年之前 | |
| parser.mly | 12 年之前 | |
| run | 12 年之前 | |
| stringify.ml | 12 年之前 | |
| stringify.mli | 12 年之前 | |
| types.mli | 12 年之前 | |
| util.ml | 12 年之前 | |
| util.mli | 12 年之前 |
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/).