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

https://github.com/programmatix/cparserwebdemo

CParser is my project that parses the C language into a clean abstract syntax tree that you can use in your JVM project. This is both a ScalaJS compiled widget version of that which can be embedded on a website, and a handy example of how to walk the AST and do something with it - in this case, converting it back into C.
https://github.com/programmatix/cparserwebdemo

Last synced: about 1 year ago
JSON representation

CParser is my project that parses the C language into a clean abstract syntax tree that you can use in your JVM project. This is both a ScalaJS compiled widget version of that which can be embedded on a website, and a handy example of how to walk the AST and do something with it - in this case, converting it back into C.

Awesome Lists containing this project