| .. |
|
backends
|
consider HCF_CHARSET terminal symbols (as the LL driver already treats them)
|
2013-05-14 16:15:58 +02:00 |
|
parsers
|
fix an off-by-one alloc error in desugar_bits
|
2013-05-14 16:12:09 +02: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
|
consider HCF_CHARSET terminal symbols (as the LL driver already treats them)
|
2013-05-14 16:15:58 +02:00 |
|
cfgrammar.h
|
add h_cfgrammar_free()
|
2013-05-08 18:02:35 +02:00 |
|
datastructures.c
|
constify read-only hashtable methods
|
2013-05-08 17:01: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
|
minor cosmetics
|
2013-05-12 00:20:27 +02:00 |
|
hammer.h
|
parser->data got renamed to backend_data, also h_llk_free
|
2013-05-11 22:02:59 +02:00 |
|
internal.h
|
add "reshape" action to HCFChoice
|
2013-05-14 11:54:43 +02:00 |
|
Makefile
|
Merge remote-tracking branch 'tq/master' into LL such that it compiles
|
2013-05-11 19:09:22 +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
|
Finshed up the regex backend
|
2013-04-26 20:36:54 -07: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
|
add scaffold for grammar tests and codify the dummy test case
|
2013-05-08 00:48:46 +02: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
|
add scaffold for grammar tests and codify the dummy test case
|
2013-05-08 00:48:46 +02:00 |
|
test_suite.h
|
Merge remote-tracking branch 'tq/master' into LL such that it compiles
|
2013-05-11 19:09:22 +02:00 |