..
backends
Merge pull request #94 from pesco/fix-49-stringmap-segfault
2014-04-10 23:40:28 +02:00
bindings
LIBPATH, not LD_LIBRARY_PATH
2014-01-16 20:45:21 +01:00
parsers
Ported to NetBSD (2/2): Add casts for character class detection
2014-04-13 14:36:38 -07:00
allocator.c
remove the extra +1 from h_arena_malloc
2013-06-15 16:04:29 +02:00
allocator.h
C++ bindings now work!
2014-01-16 19:49:28 +01:00
benchmark.c
Ported to NetBSD (1/2): Replaced Linux-specific timer call
2014-04-13 14:36:38 -07:00
bitreader.c
Ditch longs and long longs in favor of stdint.h types, which has cascading
2013-11-15 00:12:57 -05:00
bitwriter.c
Ditch longs and long longs in favor of stdint.h types, which has cascading
2013-11-15 00:12:57 -05:00
cfgrammar.c
Ported to NetBSD (2/2): Add casts for character class detection
2014-04-13 14:36:38 -07:00
cfgrammar.h
add function h_stringmap_copy
2014-03-24 17:22:32 +01:00
datastructures.c
Added new build system
2013-07-10 21:32:05 +02:00
desugar.c
Added new build system
2013-07-10 21:32:05 +02:00
glue.c
Added a void* user_data pointer to HAction
2013-11-23 12:53:11 -06:00
glue.h
Added documentation for H_{A,V,VA,AV}DRULE
2013-11-23 13:09:39 -06:00
hammer.c
We declared some functions that were never implemented. Implement them.
2013-11-23 13:33:23 -06:00
hammer.h
Added handwritten test for h_action to C#
2014-01-04 23:13:35 +01:00
internal.h
pull saved position into HParserCacheValue and fix segfault in grow()
2014-03-17 23:46:14 +01:00
Makefile
add stub GLR backend with h_glr_parse() a copy of h_lr_parse()
2013-06-19 17:20:53 +02:00
pprint.c
Merge pull request #42 from thequux/standalone-test-suite
2013-11-01 10:28:11 -07:00
registry.c
Added handwritten test for h_action to C#
2014-01-04 23:13:35 +01:00
SConscript
everything's working for new-build except Clean()
2013-11-26 15:29:28 -08: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
Ditch longs and long longs in favor of stdint.h types, which has cascading
2013-11-15 00:12:57 -05:00
t_bitwriter.c
Ditch longs and long longs in favor of stdint.h types, which has cascading
2013-11-15 00:12:57 -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
Fixed registry test case
2014-01-04 23:39:59 +01:00
t_parser.c
enable leftrec-ne test for LALR and GLR backends
2014-03-21 22:39:13 +01:00
test_suite.c
Perl tests are now part of the build system
2013-12-05 08:41:28 +01:00
test_suite.h
Ditch longs and long longs in favor of stdint.h types, which has cascading
2013-11-15 00:12:57 -05:00