Meredith L. Patterson
c58a722aef
SWIG python bindings, has same typemap problem as PHP
2013-11-19 19:15:13 -06:00
Meredith L. Patterson
551645e980
There's a typemap problem between const uint8_t* and target-language strings, but I can create parsers in python and php.
2013-11-19 19:15:13 -06:00
Meredith L. Patterson
902ca46b4d
SWIG bindings build, compile, and appear to work for python. Will port over tests next.
2013-11-19 19:15:13 -06:00
Meredith L. Patterson
21f16ebefd
invoke swig with relative path instead, -I../../
2013-11-19 19:15:13 -06:00
Meredith L. Patterson
eb04069817
fixed nested unions
2013-11-19 19:15:13 -06:00
Meredith L. Patterson
34062d50a2
Import combinator and allocator APIs into SWIG. Next is glue. Need to fix unions in HParsedToken and HCaseResult.
2013-11-19 19:15:13 -06:00
Meredith L. Patterson
4330a426e9
Finished writing unit tests. Fixed a few small bugs in hammer.py. Further issues:
...
* "in_" and "not_in" should coerce their results to strings (i.e., chr(result))
* TestLeftrec: success case 2 fails
* TestChRange: success case segfaults
* TestWhitespaceEnd: success case segfaults
* TestAction: success case segfaults with "corrupted double-linked list"
* TestButNotRange: segfaults, probably because of whatever's wrong with ch_range
* TestXor: segfaults; failure case craps out with "malloc(): smallbin double linked list corrupted"
2013-11-19 19:11:31 -06:00
Dan Hirsch
c58555d6a9
Added a few tests
2013-11-19 19:11:30 -06:00
Dan Hirsch
a99d7a18d1
Added auto-construction, tidied h_ch a bit
2013-11-19 19:11:30 -06:00
Dan Hirsch
a4dbfc61f2
Working python bindings
2013-11-19 19:11:30 -06:00
Dan Hirsch
42270b613d
Add CFFI python bindings
2013-11-19 19:11:30 -06:00
Dan Hirsch
87581e09cb
We declared some functions that were never implemented. Implement them.
2013-11-19 19:11:30 -06:00
Meredith L. Patterson
c32c5cf5ea
Fixed a potential segfault; hand-initialized HParsers in h_choice and
...
h_sequence need PB_MIN set.
Conflicts:
src/bindings/python/SConscript
src/bindings/python/hammer_tests.py
2013-11-19 19:05:48 -06:00
Meredith L. Patterson
9e44bea920
commenting out assert for debugging purposes
2013-11-19 12:37:30 -06:00
Meredith L. Patterson
ccacccb750
Rewrote test_leftrec to mirror test_rightrec. It fails differently for packrat now!
2013-11-19 03:31:59 -06:00
Meredith L. Patterson
8681600365
working on fixing leftrec for packrat
2013-11-19 03:29:44 -06:00
Meredith L. Patterson
b6098075c7
Merge pull request #50 from thequux/conditional-varargs-in-header
...
Add internal conditional to not use stdarg.h for SWIG use
2013-11-15 20:29:48 -08:00
Dan Hirsch
cfc633422c
Add internal conditional to not use stdarg.h for SWIG use
2013-11-15 21:55:57 -06:00
Meredith L. Patterson
6e8542e21b
Merge pull request #48 from pete-/master
...
Ditch longs and long longs in favor of stdint.h types, which has cascadi...
2013-11-15 12:23:05 -08:00
Peter Johnson
c8fc061ea6
Ditch longs and long longs in favor of stdint.h types, which has cascading
...
effects throughout, including use of inttypes.h/PRI[ud]64 because printf() is
still stuck in a long world, conversion of %lu to %zu for printing values of
type size_t, and changing/renaming the g_check_cmp* family of functions.
2013-11-15 00:12:57 -05:00
TQ Hirsch
f0a24ee4d0
Merge pull request #46 from jrozner/master
...
Fix SCons bugs
2013-11-08 17:40:19 -08:00
Joe Rozner
b111190596
Clean up ENV
...
Don't pass the entire environment to SCons. Only pass the PATH
2013-11-08 17:36:59 -08:00
Joe Rozner
fb015b4a98
Fix SCons bugs
...
Don't clober the Environment (and thus the ENV['PATH'] by redefining it
and don't link against lr by default. Only add it if uname is not Darwin
2013-11-08 16:30:08 -08:00
Meredith L. Patterson
035e0c0ba2
Merge pull request #43 from thequux/g-check-parse-ok
...
Changed parser test macros so that _parse_ok just checks whether the mat...
2013-11-01 10:40:49 -07:00
Dan Hirsch
71209dc97b
Changed parser test macros so that _parse_ok just checks whether the match succeeded and _parse_match actually checks the resulting parse tree
2013-11-01 13:39:37 -04:00
Meredith L. Patterson
cd067aab74
Merge pull request #42 from thequux/standalone-test-suite
...
Made test-suite work on its own
2013-11-01 10:28:11 -07:00
Dan Hirsch
ce0829de33
Made test-suite work on its own
2013-11-01 12:39:01 -04:00
TQ Hirsch
274cbe38a9
Merge pull request #41 from thequux/install-target
...
Added install target
2013-10-31 11:42:12 -07:00
Meredith L. Patterson
eb44b804bd
update usage instructions to assume system-wide install; this will change later, but is accurate now.
2013-10-29 17:48:29 -04:00
Meredith L. Patterson
46d6237790
Update README.md with install target instructions
2013-10-29 17:44:46 -04:00
Dan Hirsch
64b5e307d2
Added install target
2013-10-29 17:35:37 -04:00
TQ Hirsch
4361c16c7e
Merge pull request #39 from thequux/binding-support
...
Binding support
2013-10-28 07:22:40 -07:00
Dan Hirsch
cccb5f09ec
Added build system for C++
2013-10-28 09:58:18 -04:00
Dan Hirsch
94924da87e
Allowed build to grab tools from PATH
2013-10-28 09:44:06 -04:00
Meredith L. Patterson
a88ebfb772
we support OS X now!
2013-10-18 03:26:27 -07:00
Meredith L. Patterson
43f1d70a5f
Merging JakobR's OS X build changes.
2013-10-18 12:14:18 +02:00
Meredith L. Patterson
75dc4710a4
Removing coveralls, as it's not working for clang.
2013-10-16 18:08:09 -07:00
Meredith L. Patterson
2f7f7d6fc4
Merge pull request #36 from thequux/codecoverage
...
Added coverage support
2013-09-13 01:25:10 -07:00
Dan Hirsch
04ba15d9f2
Added coverage support
2013-09-13 01:21:05 -07:00
Meredith L. Patterson
0db4925469
Revert "C++ tests set up. They probably don't compile; need to write iostream ops for prettyprinting and set up C++ build in scons." Should have branched it.
...
This reverts commit 6a29277db4 .
2013-09-03 05:33:30 +02:00
Meredith L. Patterson
6a29277db4
C++ tests set up. They probably don't compile; need to write iostream ops for prettyprinting and set up C++ build in scons.
2013-09-03 05:32:21 +02:00
Meredith L. Patterson
691f3fb547
Many apparently requires a template specialization. This is absurd, but whatever. I'll ask stackoverflow.
2013-08-11 01:13:07 +02:00
Meredith L. Patterson
2e76cf2acf
and now in_range works too. YEAH.
2013-08-09 22:49:16 +02:00
Meredith L. Patterson
2408106191
C++ bindings getting underway.
2013-08-09 18:45:26 +02:00
Meredith L. Patterson
59c8944ed9
Add build status info from travis-ci
2013-07-11 17:39:53 -07:00
Meredith L. Patterson
a7e4def944
Merge remote-tracking branch 'thequux/master'
...
Conflicts:
SConstruct
2013-07-12 02:11:14 +02:00
Meredith L. Patterson
ab0e0463c9
add -lrt to build flags for clock_gettime
2013-07-12 02:02:41 +02:00
Dan Hirsch
65e688db5a
Fixed clang implicit type cast warning
2013-07-11 23:44:28 +02:00
Meredith L. Patterson
e97860f91b
Merge branch 'master' of https://github.com/UpstandingHackers/hammer
2013-07-11 23:23:11 +02:00
Meredith L. Patterson
2356276bc1
Merge pull request #34 from thequux/master
...
Fix asprintf build warning
2013-07-11 14:20:42 -07:00