This website works better with JavaScript
首頁
探索
說明
註冊
登入
fzfouz
/
BASIC-compiler
關注
1
讚好
0
複刻
0
檔案
問題管理
0
合併請求
0
Wiki
目錄樹:
4284817373
分支列表
標籤列表
main
BASIC-compiler
/
TODO.md
TODO.md
1.0 KB
文件歷史
原始文件
Parentheses for expressions
Logical operators (and, or, not)
ELSE IF and ELSE
FOR loop
Number literals written in binary, hex, and octal
Better compiler errors (e.g., what line the error occurred)
Allow multiple code files
Functions with parameters and return values
Lexical scope (see
scope
)
Standard library (e.g., file operations)
Abstract syntax tree
representation
More primitive types (e.g., integer, strings, boolean)
Arrays
Record types (i.e., structs or tuples)
Type checking (see
type systems
)
Compiler optimizations (e.g.,
constant folding
)
Test cases for the compiler (see
unit testing
and
test-driven development
)