mirror of
https://github.com/Team-Resurgent/XBMC4Xbox.git
synced 2026-08-15 11:18:13 -07:00
If ever adding the XBMC4Xbox source to GitHub use "git add -f -A" or it wont add all the files.
9 lines
407 B
Plaintext
9 lines
407 B
Plaintext
framer is a tool to generate boilerplate code for C extension types.
|
|
|
|
The boilerplate is generated from a specification object written in
|
|
Python. The specification uses the class statement to describe the
|
|
extension module and any extension types it contains. From the
|
|
specification, framer can generate all the boilerplate C code,
|
|
including function definitions, argument handling code, and type
|
|
objects.
|