Ecosyste.ms: Awesome
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: 28 days ago
JSON representation
header into s-expressions via clang
- Host: GitHub
- URL: https://github.com/evmar/sclang
- Owner: evmar
- Created: 2011-11-20T18:42:30.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-20T18:42:45.000Z (about 13 years ago)
- Last Synced: 2024-04-14T22:17:15.243Z (8 months ago)
- Language: C++
- Homepage:
- Size: 83 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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)