doc: calc++: ignore \r in the scaner

* doc/bison.texi (Calc++ Scanner): Ignore \r.
This commit is contained in:
Jannick
2018-11-20 22:00:43 +01:00
committed by Akim Demaille
parent 6bc54a934e
commit 7795db64d1

View File

@@ -11910,7 +11910,7 @@ Abbreviations allow for more readable rules.
@example
id [a-zA-Z][a-zA-Z_0-9]*
int [0-9]+
blank [ \t]
blank [ \t\r]
@end example
@noindent