hammer/src
2013-04-30 17:44:54 +02:00
..
backends wording fix 2013-04-28 17:04:49 +02:00
parsers wrap all allocs of HParser in helper h_new_parser 2013-04-27 04:17:47 +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 make hashtable keys const 2013-04-30 17:44:54 +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 make hashtable keys const 2013-04-30 17:44:54 +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