hammer/src
2013-05-05 19:34:12 +02:00
..
backends add grammar pretty printer 2013-05-05 19:34:12 +02:00
parsers take the const off static epsilon parser so h_desugar can memoize 2013-05-05 19:31:37 +02:00
allocator.c Replaced glib memory allocation 2012-10-10 15:58:03 +02:00
allocator.h Replaced glib memory allocation 2012-10-10 15:58:03 +02:00
benchmark.c actually use the chosen backend in benchmark, was always PB_MIN 2013-04-17 15:09:24 +02:00
bitreader.c Refactored tests; make just builds library, make test builds/runs tests 2012-11-13 22:29:25 -05:00
bitwriter.c Refactored tests; make just builds library, make test builds/runs tests 2012-11-13 22:29:25 -05:00
compile.c add LL backend stub 2013-04-17 15:10:33 +02:00
datastructures.c fix hashtable iteration in h_hashtable_update 2013-05-05 19:32:23 +02:00
desugar.c save a parser's desugared form when h_desugar is called on it for the first time 2013-04-27 00:55:42 +02:00
hammer.c Refactored packrat-parsing code into packrat.c 2012-11-14 00:02:24 -05:00
hammer.h add LL backend stub 2013-04-17 15:10:33 +02:00
internal.h add h_hashtable_update and h_hashset_put_all 2013-04-30 17:45:33 +02:00
Makefile add LL backend stub 2013-04-17 15:10:33 +02:00
pprint.c Changed other instances of malloc.h to stdlib.h for OSX compat 2012-11-14 14:05:25 -05:00
system_allocator.c Changed other instances of malloc.h to stdlib.h for OSX compat 2012-11-14 14:05:25 -05:00
t_benchmark.c Refactored tests; make just builds library, make test builds/runs tests 2012-11-13 22:29:25 -05:00
t_bitreader.c Refactored tests; make just builds library, make test builds/runs tests 2012-11-13 22:29:25 -05:00
t_bitwriter.c Refactored tests; make just builds library, make test builds/runs tests 2012-11-13 22:29:25 -05:00
t_parser.c h_ch's return type is uint, not bytes; fixed validate_test_ab accordingly, even though it worked before with the wrong union member name (probably because token is the first thing in the struct). Oh C, stay classy. 2013-02-20 22:08:05 -05:00
test_suite.c Refactored tests; make just builds library, make test builds/runs tests 2012-11-13 22:29:25 -05:00
test_suite.h Changed malloc.h to stdlib.h for OSX compatibility. 2012-11-10 23:34:08 -05:00