hammer/src
2015-03-04 14:47:49 +01:00
..
backends Fix #118 2015-01-04 04:08:01 +01:00
bindings LIBPATH, not LD_LIBRARY_PATH 2014-01-16 20:45:21 +01:00
parsers pass a temporary arena allocator to the continuation in h_bind 2015-02-23 14:10:29 +01:00
allocator.c remove the extra +1 from h_arena_malloc 2013-06-15 16:04:29 +02:00
allocator.h llvm doesn't care about your size 2014-12-07 02:27:28 -05:00
benchmark.c Move backend names into src/benchmark.c 2014-12-07 00:12:11 -05:00
bitreader.c add some missing type conversions to make h_read_bits work with count>32 2015-02-12 01:40:45 +01: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 CF backends weren't checking whether a grammar is CF; they are now. Also, brace-fixing. 2014-04-20 16:57:01 +02:00
cfgrammar.h add function h_stringmap_copy 2014-03-24 17:22:32 +01:00
datastructures.c h_put_value and h_get_value done. 2014-05-12 09:52:35 +02:00
desugar.c CF backends weren't checking whether a grammar is CF; they are now. Also, brace-fixing. 2014-04-20 16:57:01 +02:00
glue.c descend properly in h_seq_index_path 2015-01-30 20:36:37 +01:00
glue.h H_VALIDATE_APPLY macro 2015-01-03 16:44:36 -05:00
hammer.c Fix #118 2015-01-04 04:08:01 +01:00
hammer.h pass a temporary arena allocator to the continuation in h_bind 2015-02-23 14:10:29 +01:00
internal.h Fix #118 2015-01-04 04:08:01 +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 Merge branch 'master' of git://github.com/UpstandingHackers/hammer into h_bind 2015-01-30 20:48:49 +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 Fix #118 2015-01-04 04:08:01 +01:00
t_bitwriter.c Fix #118 2015-01-04 04:08:01 +01: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 oh, there's t_regression.c now, neat. 2015-01-30 20:42:11 +01:00
t_parser.c pass a temporary arena allocator to the continuation in h_bind 2015-02-23 14:10:29 +01:00
t_regression.c add some missing type conversions to make h_read_bits work with count>32 2015-02-12 01:40:45 +01:00
test_suite.c Fix #118 2015-01-04 04:08:01 +01:00
test_suite.h add g_check_cmp_int 2015-01-30 20:35:14 +01:00