summaryrefslogtreecommitdiff
path: root/README.md
blob: 9fd5bb67d621920bd18fa4343c41d1158852e18c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Carson's C Compiler

fuck it, we ball

TODO soon:
- [ ] impl pointer operations
  - [ ] dereference
  - [ ] address-taking
  - [ ] pointer arithmetic
  - [ ] subscripting
- [ ] impl preprocessor
- [ ] use evaluated types to make code gen around math better
- [ ] floating point support