UpstandingHackers / hammer

Parser combinators for binary formats, in C. Yes, in C. What? Don't look at me like that.
GNU General Public License v2.0
430 stars 40 forks source link

make it less fugly to use other backends with Python #185

Open abiggerhammer opened 7 years ago

abiggerhammer commented 7 years ago

Pursuant to #184, we accidentally left the backends named things like hammer._PB_GLR, which is ugly. At some point I want to replace the SWIG-generated bindings with nice FFI ones, but for the time being, let's give the backend symbols friendlier names.