소스 검색

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