mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 17:23:02 +00:00
Bind examples/calc++ to the package.
* examples/calc++/Makefile: Remove, replaced by... * examples/calc++/Makefile.am: ... this new file. * examples/calc++/test: Remove input. * examples/calc++/compile: Remove. * examples/Makefile.am: New. * configure.ac, Makefile.am: Adjust. * doc/Makefile.am (clean-local): New, for more recent texi2dvis.
This commit is contained in:
@@ -7360,10 +7360,12 @@ preceding tokens. Comments would be treated equally.
|
||||
|
||||
@comment file: calc++-scanner.ll
|
||||
@example
|
||||
%@{
|
||||
# define YY_USER_ACTION yylloc->columns (yyleng);
|
||||
%@}
|
||||
%%
|
||||
%@{
|
||||
yylloc->step ();
|
||||
# define YY_USER_ACTION yylloc->columns (yyleng);
|
||||
%@}
|
||||
@{blank@}+ yylloc->step ();
|
||||
[\n]+ yylloc->lines (yyleng); yylloc->step ();
|
||||
|
||||
Reference in New Issue
Block a user