hammer/src
2013-04-17 15:09:24 +02:00
..
backends Refactored packrat-parsing code into packrat.c 2012-11-14 00:02:24 -05:00
parsers Adding desugar 2013-03-17 13:25:02 -07: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 Working on benchmarking test. A lot of things needed to be const and weren't. 2012-11-05 23:08:18 -05:00
datastructures.c Changed other instances of malloc.h to stdlib.h for OSX compat 2012-11-14 14:05:25 -05:00
desugar.c Adding desugar 2013-03-17 13:25:02 -07:00
hammer.c Refactored packrat-parsing code into packrat.c 2012-11-14 00:02:24 -05:00
hammer.h didn't need that comment anyway 2013-02-20 21:46:25 -05:00
internal.h Adding desugar 2013-03-17 13:25:02 -07:00
Makefile Added generic form of desugaring functions 2013-03-16 14:30:15 -07: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