Note: このリポジトリはhistorical/oldのブランチを参考にしています
- https://github.com/rui314/chibicc/commit/6f59ac376a0b666cf49c85cf6fd02df796e0d64a
- I don't know how implement this.
- four arithmetic operations
- logical operation
- local variable
- global variable
- function call
- function definition
- array
- pointer
- string literal
- primitive types(char/int/long/short/_Bool/)
- struct(without recursive struct definition)
- ...