mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-09-03 06:58:38 +00:00
* doc/bison.texinfo (How Can I Reset the Parser): More about start
conditions. From Bruno Haible.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2003-12-02 Akim Demaille <[email protected]>
|
||||||
|
|
||||||
|
* doc/bison.texinfo (How Can I Reset the Parser): More about start
|
||||||
|
conditions.
|
||||||
|
From Bruno Haible.
|
||||||
|
|
||||||
2003-11-18 Alexandre Duret-Lutz <[email protected]>
|
2003-11-18 Alexandre Duret-Lutz <[email protected]>
|
||||||
|
|
||||||
* doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
|
* doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ Art Haas [email protected]
|
|||||||
Benoit Perrot [email protected]
|
Benoit Perrot [email protected]
|
||||||
Bert Deknuydt [email protected]
|
Bert Deknuydt [email protected]
|
||||||
Bruce Lilly [email protected]
|
Bruce Lilly [email protected]
|
||||||
|
Bruno Haible [email protected]
|
||||||
Charles-Henri de Boysson [email protected]
|
Charles-Henri de Boysson [email protected]
|
||||||
Cris Bailiff [email protected]
|
Cris Bailiff [email protected]
|
||||||
Cris van Pelt [email protected]
|
Cris van Pelt [email protected]
|
||||||
|
|||||||
@@ -6508,6 +6508,11 @@ handle features like include files, you might consider using Flex
|
|||||||
functions like @samp{yy_switch_to_buffer} that manipulate multiple
|
functions like @samp{yy_switch_to_buffer} that manipulate multiple
|
||||||
input buffers.
|
input buffers.
|
||||||
|
|
||||||
|
If your Flex-generated scanner uses start conditions (@pxref{Start
|
||||||
|
conditions, , Start conditions, flex, The Flex Manual}), you might
|
||||||
|
also want to reset the scanner's state, i.e., go back to the initial
|
||||||
|
start condition, through a call to @samp{BEGIN (0)}.
|
||||||
|
|
||||||
@node Strings are Destroyed
|
@node Strings are Destroyed
|
||||||
@section Strings are Destroyed
|
@section Strings are Destroyed
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user