pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
2016-12-14
2016-12-14 11:51:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>
70c3b1e556bce3fd083aa42c38068c47ef86f074 (
4
lines) (+
4
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
Compiler: Hide the expected shift/reduce warning from yacc.
6:
%pure-parser
+
/* Expect a single shift/reduce conflict (dangling else). */
+
%expect 1
+
%token TOK_ARROW /*