Просмотр исходного кода

Updated to reflect current state of compiler.

Brucey 10 лет назад
Родитель
Сommit
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.