apnadkarni / tcl-cffi

A Foreign Function Interface extension for Tcl
BSD 2-Clause "Simplified" License
15 stars 2 forks source link

Parse C declarations #36

Open apnadkarni opened 3 years ago

apnadkarni commented 3 years ago

References:

https://wiki.tcl-lang.org/page/Parsing+C+Types https://rakhinr.wordpress.com/2011/11/24/parsing-of-complecated-declarations-in-c/ https://eli.thegreenplace.net/2015/on-parsing-c-type-declarations-and-fake-headers/ https://github.com/ridiculousfish/cdecl-blocks http://cscope.sourceforge.net/ http://ctags.sourceforge.net/ https://github.com/eliben/pycparser https://people.eecs.berkeley.edu/~necula/cil/ https://github.com/cil-project/cil doxygen https://luajit.org/ext_ffi_semantics.html