diff options
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a0b0ff8b..fff7015d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,15 @@ 2012-05-30 Gabriel Dos Reis <gdr@cs.tamu.edu> + * boot/ast.boot (bfSpecificErrorHere): New. + (bfISReverse) Use it. Don't use bpTrap. + (bfIS1): Likewise. + (bfParameterList): Likewise. + (bfHandlers): Likewise. + * boot/parser.boot (bpTrap): Take a parser state argument. + Adjust callers. + +2012-05-30 Gabriel Dos Reis <gdr@cs.tamu.edu> + * boot/parser.boot: Remove references to $bpCount. * boot/translator.boot (shoeOutParse): Likewise. |