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
51b9082837
remove obsolete dependency on internal.h
2013-02-17 16:49:25 +01:00
Sven M. Hallberg
d9c2c921c4
use H_MAKE_SEQN in base64_sem1
2013-02-17 16:48:35 +01:00
Sven M. Hallberg
af23f3bbf3
add more glue functions in base64_sem1
2013-02-17 16:45:29 +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
fab8705828
typo
2013-01-13 18:56:45 +01:00
Sven M. Hallberg
1998ae243a
add introductory comments to base64 examples
2013-01-13 18:47:03 +01:00
Sven M. Hallberg
ad3c2032dc
add a note about weird bug
2013-01-11 01:10:16 +01:00
Sven M. Hallberg
c62079516d
add semantic action for base64 rule
2013-01-11 00:57:34 +01:00
Sven M. Hallberg
97b13672ce
generalize act_base64_n
2013-01-11 00:41:34 +01:00
Sven M. Hallberg
54bd5a4a38
add semantic actions for base64_3, base64_2, base64_1
2013-01-10 23:48:04 +01:00
Sven M. Hallberg
2af0f9c47c
start a variant of the base64 example with semantic actions
2013-01-10 22:33:58 +01:00