- 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.
-
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
* "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"
-
Dan Hirsch authored
-
Dan Hirsch authored
-
Dan Hirsch authored
-
Dan Hirsch authored
-
Dan Hirsch authored
-
Meredith L. Patterson authored
Add void* userdata to callbacks
-
Dan Hirsch authored
-
Dan Hirsch authored
-
Dan Hirsch authored
-
Meredith L. Patterson authored
Allow in-place build via scons --in-place
-
Meredith L. Patterson authored
Make install_name darwin-only
-
Dan Hirsch authored
-
Dan Hirsch authored
-
- Nov 22, 2013
-
-
TQ Hirsch authored
Changes for doing a proper system install and Go bindings
-
Joe Rozner authored
Specify warning for internal only headers that are now installed for use by extensions.
-
Joe Rozner authored
-
Meredith L. Patterson authored
Reduce IRC spam
-
- Nov 21, 2013
-
-
Joe Rozner authored
This actually is only for OS X. On linux ldconfig must be run after installing in order to update the library cache. Need to look into how to get scons to do this for the user.
-
Joe Rozner authored
Set the proper path for the shared library so that anything linking against it will be able to find the library.
-
Joe Rozner authored
Go, and likely other language bindings will, need access to create new combinators. This functionality is currently located src/parsers/parser_internal.h. Install this header to the system with dependent headers until a better solution can be found.
-