blob: b36a34a9c9c888f230ffddc785d432a8151b0cd2 (
plain) (
blame)
1
2
3
4
5
6
7
|
Things to finish before moving onto compiler optimizations, C extensions, other nice features
- backend: finish regalloc
- frontend: finish C impl: preprocessor (#include, etc)
- frontend: optimize lexer
at some point add another backend like arm64 to make sure the non target specific stuff is generic enough..
|