hammer/src/backends
Peter Johnson c8fc061ea6 Ditch longs and long longs in favor of stdint.h types, which has cascading
effects throughout, including use of inttypes.h/PRI[ud]64 because printf() is
still stuck in a long world, conversion of %lu to %zu for printing values of
type size_t, and changing/renaming the g_check_cmp* family of functions.
2013-11-15 00:12:57 -05:00
..
contextfree.h commentation 2013-06-14 12:50:39 +02:00
glr.c go back to storing engines in lists 2013-06-22 18:16:41 +02:00
lalr.c correctly use augmented grammar for test_glr() output 2013-06-21 23:53:47 +02:00
llk.c use lookahead stream directly for LR (terminal) lookup 2013-06-21 23:22:07 +02:00
lr.c Ditch longs and long longs in favor of stdint.h types, which has cascading 2013-11-15 00:12:57 -05:00
lr.h finish engine merging 2013-06-22 17:40:47 +02:00
lr0.c finish engine merging 2013-06-22 17:40:47 +02:00
packrat.c move djbhash into general availability as h_djbhash 2013-06-06 13:02:29 +02:00
regex.c Refactored regex backend to use a sparse thread list 2013-06-24 21:25:22 +02:00
regex.h Finshed up the regex backend 2013-04-26 20:36:54 -07:00
regex_debug.c Merging JakobR's OS X build changes. 2013-10-18 12:14:18 +02:00
regexvm_asm.pl Regex VM finished but untested. 2013-03-09 21:42:49 -08:00