Steven Dee
8d5f00870f
Remove vacuous states in base64_sem?.c
...
I don't think these actually affect correctness since there's no way for
0x40 or 0x60 to show up in a parse tree anyway, but they're confusing.
2014-12-07 00:16:57 -05:00
Dan Hirsch
e487d5435c
Added a void* user_data pointer to HAction
2013-11-23 12:53:11 -06:00
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
Dan Hirsch
d71215d494
All tests pass; lots of stuff is no longer const
2013-05-24 15:07:47 +02:00
Sven M. Hallberg
f1f7c4f488
remove dependency on internal.h for base64_sem2
2013-02-17 17:00:04 +01:00
Sven M. Hallberg
a5c579c23d
switch semantic base64 examples to pre-fab actions provided by glue.h
2013-02-17 15:53:43 +01:00
Sven M. Hallberg
619725e5bb
typo
2013-01-13 18:56:16 +01:00
Sven M. Hallberg
1998ae243a
add introductory comments to base64 examples
2013-01-13 18:47:03 +01:00
Sven M. Hallberg
32dfae0af3
add a variant of the base64 example with coarse-grained semantic actions
2013-01-13 18:19:59 +01:00