浏览代码

Update README.md

Marco Bambini 8 年之前
父节点
当前提交
16918aed78
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -45,6 +45,13 @@ func main() {
 
 ## Features
 
+## To Do
+* Add support for modules
+* Code generation for ternary operator
+* Code generation for switch statement
+* Improve register allocation algorithm
+* Improve parser error handling
+
 ## Internals
 
 By design it has a clear distinction between the compiler itself (frontend and backend) and the runtime and the executable format is an highly portale JSON file (future version could include a binary representation).