- Dec 02, 2013
-
-
Joe Rozner authored
Remove hammer from the include path to not look in {prefix}/include/hammer for hammer/*.h.
-
Joe Rozner authored
Don't default the prefix to /usr
-
- Nov 29, 2013
-
-
Meredith L. Patterson authored
-
TQ Hirsch authored
Install target for Python
-
- Nov 27, 2013
-
-
Meredith L. Patterson authored
Now with a proper install target!
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
distutils being invoked from scons; ld is failing with 'libhammer.a: archive has no index, run ranlib to add one'
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
TQ Hirsch authored
Python bindings
-
Meredith L. Patterson authored
Python bindings
-
Meredith L. Patterson authored
-
- Nov 26, 2013
-
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
Python 2.6 is unsupported because the PyCapsule API was backported from Python 3 to 2.7. Trying Python 3.3 and 3.2 just for grins.
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
https://github.com/abiggerhammer/hammerMeredith L. Patterson authored
Conflicts: src/bindings/python/SConscript src/bindings/python/hammer_tests.py src/bindings/swig/hammer.i src/hammer.h src/parsers/choice.c src/parsers/sequence.c
-
https://github.com/thequux/hammerMeredith L. Patterson authored
Conflicts: src/bindings/python/SConscript src/bindings/python/hammer_tests.py src/bindings/swig/hammer.i src/hammer.h
-
- Nov 25, 2013
-
-
Dan Hirsch authored
-
Dan Hirsch authored
-
- Nov 24, 2013
-
-
Dan Hirsch authored
Cleaned up python bindings interface a bit; now returns strings rather than character codes if appropriate
-
- Nov 23, 2013
-
-
Dan Hirsch authored
-
Dan Hirsch authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
kindasorta working. all tests (except h_action and h_attr_bool, need typemaps) have passed at one time or another, but some segfault at not-quite-random; h_and, h_epsilon_p, h_end_p, h_ignore, h_not, maybe h_choice seem culprity.
-
Meredith L. Patterson authored
h_sequence, h_choice and HCountedSequence are all having weird issues, but tests are in a workable format now
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
There's a typemap problem between const uint8_t* and target-language strings, but I can create parsers in python and php.
-