moreati / ppeg

A Python port of Lua's LPeg pattern matching library
MIT License
6 stars 2 forks source link

Python3 support ? #15

Open HJarausch opened 3 years ago

HJarausch commented 3 years ago

_ppeg.c:254:9: error: ‘Pattern’ has no member named ‘ob_type’ 254 | self->ob_type->tp_free((PyObject*)self);

how are the c-files generated (Swig? or cython?)

Thanks for a hint, Helmut

moreati commented 3 years ago

I'm afraid I've no plans to continue this. Consider the project abandonware.

moreati commented 3 years ago

I don't remember the details, but I think the C files were hand written.

moreati commented 3 years ago

duplicate of #4