-
Notifications
You must be signed in to change notification settings - Fork 15
Todo List
Eric Yang edited this page Jun 27, 2021
·
3 revisions
一个非玩具项目还需要很多工作,下面分为项目级,功能级两个部分
| 待做 | 状态 |
|---|---|
| 错误系统 | x |
| 日志系统 | x |
| repl | x |
| 命令行helper | x |
| 待做 | 状态 |
|---|---|
| type expression parse | x |
| Pretty print for ast | x |
| Unit test | x |
| Location info | x |
| Refactor "static_cast" to "antlrcpp::Any::as<>()" | x |
| Complete primitive data type | x |
| control structure | x |
| method call | x |
| ADT | x |
| 待做 | 状态 |
|---|---|
| Complete primitive data type | x |
| control structure | x |
| method call | x |
| 待做 | 状态 |
|---|---|
| Read intel wasm vm | done |
| basic calc | done |
| method call | done |
| control flow | x |