Browse Source

Added README

Taddeus Kroes 12 năm trước cách đây
mục cha
commit
45061a77b2
1 tập tin đã thay đổi với 13 bổ sung0 xóa
  1. 13 0
      README.md

+ 13 - 0
README.md

@@ -0,0 +1,13 @@
+CiviCaml
+========
+
+CiviCaml is a compiler for the CiviC language, written in OCaml.
+
+
+Issues & TODO
+-------------
+
+- Advance newlines in multi-line comments.
+- Create arguments record to pass to phases, instead of separate variables
+  (e.g. verbose -> args.verbose).
+- Clean up position getter in parser and remove C preprocessor.