Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/evmar/sclang

header into s-expressions via clang
https://github.com/evmar/sclang

Last synced: 28 days ago
JSON representation

header into s-expressions via clang

Awesome Lists containing this project

README

        

Given e.g. `/usr/include/cairo/cairo.h` as input, this produces
s-expressions like:

(typedef cairo_t)
(func uint cairo_get_reference_count (cairo_t* cr))
(enum _cairo_fill_rule CAIRO_FILL_RULE_WINDING CAIRO_FILL_RULE_EVEN_ODD)