CiviCaml
CiviCaml is a compiler for the CiviC language, written in OCaml.
Issues & TODO
- Keep file content in buffer to prevent error messages from crashing when
reading from stdin.
- Maybe declarations should be saved as references to allow the declarations to
be modified (does make pattern matching a bit harder).