Quellcode durchsuchen

Updated TODO list

Taddeus Kroes vor 12 Jahren
Ursprung
Commit
6bb42fca4d
1 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -9,14 +9,15 @@ Documentation
 `make doc` generates HTML documentation, which is accessible through
 doc/civicc.index.html.
 
-The coding style we adhere to
+The coding style adheres to
 [http://wiki.xen.org/wiki/OCaml_Best_Practices_for_Developers#Use_of_open].
 
 
 Issues & TODO
 -------------
 
-- Documentation for each phase, in ocamldoc format.
+- Documentation for all modules (in ocamldoc format).
 - Typechecking now gives an error when integers are not in the 32-bit range, as
   the reference compiler implements it. However, 64-bit should imo also be
   supported (using Nativeint instead of Int32).
+- Replace VarDec with Var_dec etc?