Stars
1
Forks
0
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
No contributors data available
Implement variable decleration with type
b66bb5b
Support multiple source files
532e9f7
update
6c4f3cb
Implement function call, it completely computes fibonacci
d056d83
Implement for statement
5b0dd00
Implement cmp expression and codegen
24925cd
Add if statement
6d092c8
Implement return
64310eb
Implement local variable allocation
61123c0
implement simple function grammer in parser.
5d69354
28f0534
305086a
Implement module system but still not complete
a777ba0
split token and lexer, and impl own display format
7d9a975
b8a5b55