https://github.com/dxkite/go-c
a c parser
https://github.com/dxkite/go-c
ast parser
Last synced: about 1 year ago
JSON representation
a c parser
- Host: GitHub
- URL: https://github.com/dxkite/go-c
- Owner: dxkite
- Created: 2021-02-02T12:46:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-14T02:49:38.000Z (over 4 years ago)
- Last Synced: 2025-02-06T00:23:09.370Z (over 1 year ago)
- Topics: ast, parser
- Language: Go
- Homepage:
- Size: 336 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C
## Timeline
- [x] basic syntax parser
- [ ] constant checker
- [ ] type checker
## Reference
- [C11 Draft](http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf)
- [ISO/IEC 9899:1999](http://www.open-std.org/jtc1/sc22/WG14/www/docs/n1256.pdf)