| .. |
|
backends
|
move djbhash into general availability as h_djbhash
|
2013-06-06 13:02:29 +02:00 |
|
parsers
|
remove useless desugar_unimplemented; revert incorrect changes to test_llk()
|
2013-05-24 20:10:21 -07:00 |
|
allocator.c
|
Replaced glib memory allocation
|
2012-10-10 15:58:03 +02:00 |
|
allocator.h
|
Added regex backend, does not compile
|
2013-01-13 17:01:10 +01:00 |
|
benchmark.c
|
fix memory issues in benchmark.c
|
2013-05-12 02:54:28 +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 |
|
cfgrammar.c
|
Merge branch 'LL' of github.com:pesco/hammer into LL
|
2013-06-04 22:02:04 +02:00 |
|
cfgrammar.h
|
rename HCFStringMap to HStringMap
|
2013-06-04 21:47:09 +02:00 |
|
datastructures.c
|
move djbhash into general availability as h_djbhash
|
2013-06-06 13:02:29 +02:00 |
|
desugar.c
|
Refactored all of the desugaring code to no longer depend on memory being initialized to 0. Everything is about 12% faster now.
|
2013-05-25 03:35:42 +02:00 |
|
glue.c
|
Refactored all of the desugaring code to no longer depend on memory being initialized to 0. Everything is about 12% faster now.
|
2013-05-25 03:35:42 +02:00 |
|
glue.h
|
All tests pass; lots of stuff is no longer const
|
2013-05-24 15:07:47 +02:00 |
|
hammer.c
|
hook up LALR backend stub
|
2013-06-04 22:14:06 +02:00 |
|
hammer.h
|
hook up LALR backend stub
|
2013-06-04 22:14:06 +02:00 |
|
internal.h
|
move djbhash into general availability as h_djbhash
|
2013-06-06 13:02:29 +02:00 |
|
Makefile
|
hook up LALR backend stub
|
2013-06-04 22:14:06 +02:00 |
|
pprint.c
|
split out act_header
|
2013-01-15 01:24:47 +01:00 |
|
system_allocator.c
|
Refactored all of the desugaring code to no longer depend on memory being initialized to 0. Everything is about 12% faster now.
|
2013-05-25 03:35:42 +02:00 |
|
t_benchmark.c
|
Finshed up the regex backend
|
2013-04-26 20:36:54 -07: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_grammar.c
|
All tests pass; lots of stuff is no longer const
|
2013-05-24 15:07:47 +02:00 |
|
t_misc.c
|
make TT_USER > TT_ERR, remove TT_MAX
|
2013-01-07 23:44:26 +01:00 |
|
t_parser.c
|
All tests pass; lots of stuff is no longer const
|
2013-05-24 15:07:47 +02:00 |
|
test_suite.c
|
merging in aegis' JNI bindings
|
2013-05-23 00:58:27 -07:00 |
|
test_suite.h
|
fix an array index
|
2013-06-06 13:01:39 +02:00 |