blob: 98f45f24dd966045264ce0654d58330ea29e1545 (
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: initializers, preprocessor (#include, etc), switch
- frontend: optimize lexer
at some point add another backend like arm64 to make sure the non target specific stuff is generic enough..
|