- Nov 19, 2013
-
-
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
-
- Nov 18, 2013
-
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
- Nov 17, 2013
-
-
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.
-
- Nov 16, 2013
-
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
Import combinator and allocator APIs into SWIG. Next is glue. Need to fix unions in HParsedToken and HCaseResult.
-
-
Meredith L. Patterson authored
Add internal conditional to not use stdarg.h for SWIG use
-
Dan Hirsch authored
-
- Nov 15, 2013
-
-
Meredith L. Patterson authored
Ditch longs and long longs in favor of stdint.h types, which has cascadi...
-
Peter Johnson authored
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.
-
- Nov 14, 2013
-
-
Meredith L. Patterson authored
* "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"
-
- Nov 13, 2013
-
-
Dan Hirsch authored
-
- Nov 09, 2013
-
-
TQ Hirsch authored
Fix SCons bugs
-
Joe Rozner authored
Don't pass the entire environment to SCons. Only pass the PATH
-
Joe Rozner authored
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
-
- Nov 08, 2013
-
-
Dan Hirsch authored
-
Dan Hirsch authored
-
- Nov 01, 2013
-
-
Dan Hirsch authored
-
Dan Hirsch authored
-
Meredith L. Patterson authored
Changed parser test macros so that _parse_ok just checks whether the mat...
-
Dan Hirsch authored
Changed parser test macros so that _parse_ok just checks whether the match succeeded and _parse_match actually checks the resulting parse tree
-
Meredith L. Patterson authored
Made test-suite work on its own
-
Dan Hirsch authored
-
- Oct 31, 2013
-
-
TQ Hirsch authored
Added install target
-
- Oct 29, 2013
-
-
Meredith L. Patterson authored
update usage instructions to assume system-wide install; this will change later, but is accurate now.
-
Meredith L. Patterson authored
-
Dan Hirsch authored
-
- Oct 28, 2013
-
-
TQ Hirsch authored
Binding support
-
Dan Hirsch authored
-
Dan Hirsch authored
-