ソースを参照

Updated TODO list

Taddeus Kroes 12 年 前
コミット
d2b685f678
1 ファイル変更0 行追加3 行削除
  1. 0 3
      README.md

+ 0 - 3
README.md

@@ -7,10 +7,7 @@ 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.
 - Documentation for each phase, in ocamldoc format.
-- Create automated testsuite runner.
 - Erronous array initialisation needs more insightfull error messages and array
   assignment needs better better type checking.
 - Typechecking now gives an error when integers are not in the 32-bit range, as