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

https://github.com/evmar/sclang

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

Last synced: about 1 year 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)