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
- Host: GitHub
- URL: https://github.com/evmar/sclang
- Owner: evmar
- Created: 2011-11-20T18:42:30.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-11-20T18:42:45.000Z (over 14 years ago)
- Last Synced: 2025-03-25T00:08:42.492Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 83 KB
- Stars: 8
- Watchers: 3
- 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)