瀏覽代碼

Updated to reflect current state of compiler.

Brucey 10 年之前
父節點
當前提交
3e93a323b9
共有 1 個文件被更改,包括 4 次插入17 次删除
  1. 4 17
      TODO.md

+ 4 - 17
TODO.md

@@ -1,18 +1,5 @@
-TODO
-====
+#TODO
 
-Debug / Reflection
-------------------
-Need to find a way to store the data that the debugger and reflection uses.
-Will need to calculate field/method offsets at generation-time. This will vary depending on the architecture we are building on.
-
-OpenGL/EGL
-----------
-See what needs to be done to port GL to EGL (for such platforms as the RPi)
-
-Extern Types
-------------
-Represents a C structure directly in the code.
-
-Does not support internal methods/functions.
-We may be able to simply create a struct here that we can pass to functions, etc.
+##Documentation
+Need some user-friendly documentation for installing and configuration.
+Details for each platform, notes on cross-compilation, etc.