|
@@ -7,10 +7,7 @@ CiviCaml is a compiler for the CiviC language, written in OCaml.
|
|
|
Issues & TODO
|
|
Issues & TODO
|
|
|
-------------
|
|
-------------
|
|
|
|
|
|
|
|
-- Keep file content in buffer to prevent error messages from crashing when
|
|
|
|
|
- reading from stdin.
|
|
|
|
|
- Documentation for each phase, in ocamldoc format.
|
|
- Documentation for each phase, in ocamldoc format.
|
|
|
-- Create automated testsuite runner.
|
|
|
|
|
- Erronous array initialisation needs more insightfull error messages and array
|
|
- Erronous array initialisation needs more insightfull error messages and array
|
|
|
assignment needs better better type checking.
|
|
assignment needs better better type checking.
|
|
|
- Typechecking now gives an error when integers are not in the 32-bit range, as
|
|
- Typechecking now gives an error when integers are not in the 32-bit range, as
|