An open API service indexing awesome lists of open source software.

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

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)