]> git.saurik.com Git - bison.git/history - src/LR0.h
* src/gram.c: Remove comments that duplicate comments in gram.h.
[bison.git] / src / LR0.h
2007-08-15  Paul EggertUpdate to GPLv3.
2005-05-14  Paul EggertUpdate FSF postal mail address.
2002-10-21  Paul EggertRemove all uses of PARAMS, since we now assume C89...
2002-06-30  Akim Demaille* src/state.h, src/state.c (state_new): New, extracted...
2002-06-30  Akim Demaille* src/state.h (state_number_t, STATE_NUMBER_MAX): New.
2002-03-04  Akim Demaille* src/L0.c, src/LR0.h (nstates): Be size_t.
2001-12-10  Akim Demaille* src/lalr.c (set_state_table): Move to...
2001-12-10  Akim Demaille* src/LR0.h (first_shift, first_reduction): Remove.
2001-12-10  Akim DemailleOne structure for states is enough, even though theoret...
2000-11-07  Akim Demaille* src: s/Copyright (C)/Copyright/g.
2000-10-02  Akim Demaille* src/state.h (nstates, final_state, first_state, first...
2000-10-02  Akim Demaille* src/LR0.h: New file.