فهرست منبع

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
 ## 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
 ## 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).
 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).