i have a question about yylex() in parse.y

2008-11-21 Thread
bash 1.05 yylex()in parse.y is maked with flex? i don't see lex.l in the directory bash\. ___ help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

i don't know lalr's c2ompute_FOLLOWS() in bison1.24

2008-12-01 Thread
c2ompute_FOLLOWS() { register int i; digraph(includes); for (i = 0; i < ngotos; i++) { if (includes[i]) FREE(includes[i]); } FREE(includes); } digraph(relation) short **relation; { register int i; infinity = ngotos + 2; INDEX = NEW2(ngotos + 1, short); VERTICES =

can i join this maillist?

2008-12-25 Thread
how could i join this maillist? ___ help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

can i delete pos[i] in pack_vector() of tables.c

2009-01-07 Thread
static base_number pack_vector (vector_number vector) { vector_number i = order[vector]; int j; int t = tally[i]; int loc = 0; base_number *from = froms[i]; base_number *to = tos[i]; unsigned int *conflict_to = conflict_tos[i]; aver (t != 0); for (j = lowzero - from[0]; ; j++)