terraform/config/lang/y.output

180 lines
2.9 KiB
Plaintext
Raw Normal View History

2015-01-11 21:38:45 +01:00
state 0
$accept: .top $end
PROGRAM_BRACKET_LEFT shift 7
2015-01-12 09:28:47 +01:00
STRING shift 6
2015-01-11 21:38:45 +01:00
. error
interpolation goto 5
literal goto 4
literalModeTop goto 2
literalModeValue goto 3
2015-01-11 21:38:45 +01:00
top goto 1
state 1
$accept: top.$end
$end accept
. error
state 2
top: literalModeTop. (1)
literalModeTop: literalModeTop.literalModeValue
2015-01-11 21:38:45 +01:00
PROGRAM_BRACKET_LEFT shift 7
2015-01-12 09:28:47 +01:00
STRING shift 6
. reduce 1 (src line 32)
2015-01-11 21:38:45 +01:00
interpolation goto 5
literal goto 4
literalModeValue goto 8
2015-01-11 21:38:45 +01:00
state 3
literalModeTop: literalModeValue. (2)
2015-01-11 21:38:45 +01:00
2015-01-12 09:28:47 +01:00
. reduce 2 (src line 38)
2015-01-11 21:38:45 +01:00
state 4
literalModeValue: literal. (4)
2015-01-11 21:38:45 +01:00
2015-01-12 09:28:47 +01:00
. reduce 4 (src line 58)
2015-01-11 21:38:45 +01:00
state 5
literalModeValue: interpolation. (5)
2015-01-11 21:38:45 +01:00
2015-01-12 09:28:47 +01:00
. reduce 5 (src line 63)
2015-01-11 21:38:45 +01:00
state 6
literal: STRING. (13)
2015-01-11 21:38:45 +01:00
2015-01-12 09:28:47 +01:00
. reduce 13 (src line 101)
2015-01-11 21:38:45 +01:00
state 7
interpolation: PROGRAM_BRACKET_LEFT.expr PROGRAM_BRACKET_RIGHT
2015-01-11 21:38:45 +01:00
PROGRAM_BRACKET_LEFT shift 7
2015-01-12 09:28:47 +01:00
IDENTIFIER shift 11
STRING shift 6
2015-01-11 22:03:37 +01:00
. error
2015-01-11 21:38:45 +01:00
expr goto 9
interpolation goto 5
literal goto 4
literalModeTop goto 10
literalModeValue goto 3
2015-01-11 21:38:45 +01:00
state 8
literalModeTop: literalModeTop literalModeValue. (3)
2015-01-11 21:38:45 +01:00
2015-01-12 09:28:47 +01:00
. reduce 3 (src line 43)
2015-01-11 21:38:45 +01:00
state 9
interpolation: PROGRAM_BRACKET_LEFT expr.PROGRAM_BRACKET_RIGHT
2015-01-11 21:38:45 +01:00
PROGRAM_BRACKET_RIGHT shift 12
. error
2015-01-11 22:03:37 +01:00
state 10
literalModeTop: literalModeTop.literalModeValue
expr: literalModeTop. (7)
2015-01-11 22:03:37 +01:00
PROGRAM_BRACKET_LEFT shift 7
2015-01-12 09:28:47 +01:00
STRING shift 6
. reduce 7 (src line 74)
2015-01-11 22:03:37 +01:00
interpolation goto 5
literal goto 4
literalModeValue goto 8
2015-01-11 22:03:37 +01:00
state 11
expr: IDENTIFIER. (8)
expr: IDENTIFIER.PAREN_LEFT args PAREN_RIGHT
2015-01-11 22:03:37 +01:00
PAREN_LEFT shift 13
2015-01-12 09:28:47 +01:00
. reduce 8 (src line 79)
2015-01-11 22:03:37 +01:00
state 12
interpolation: PROGRAM_BRACKET_LEFT expr PROGRAM_BRACKET_RIGHT. (6)
2015-01-11 22:03:37 +01:00
2015-01-12 09:28:47 +01:00
. reduce 6 (src line 68)
2015-01-11 22:03:37 +01:00
state 13
expr: IDENTIFIER PAREN_LEFT.args PAREN_RIGHT
args: . (10)
2015-01-11 22:03:37 +01:00
PROGRAM_BRACKET_LEFT shift 7
2015-01-12 09:28:47 +01:00
IDENTIFIER shift 11
STRING shift 6
. reduce 10 (src line 88)
2015-01-11 22:03:37 +01:00
expr goto 15
interpolation goto 5
literal goto 4
literalModeTop goto 10
literalModeValue goto 3
args goto 14
2015-01-11 22:03:37 +01:00
state 14
expr: IDENTIFIER PAREN_LEFT args.PAREN_RIGHT
args: args.COMMA expr
2015-01-11 22:03:37 +01:00
PAREN_RIGHT shift 16
COMMA shift 17
. error
2015-01-11 22:03:37 +01:00
state 15
args: expr. (12)
2015-01-12 09:28:47 +01:00
. reduce 12 (src line 96)
state 16
expr: IDENTIFIER PAREN_LEFT args PAREN_RIGHT. (9)
2015-01-12 09:28:47 +01:00
. reduce 9 (src line 83)
state 17
2015-01-11 22:03:37 +01:00
args: args COMMA.expr
PROGRAM_BRACKET_LEFT shift 7
2015-01-12 09:28:47 +01:00
IDENTIFIER shift 11
STRING shift 6
2015-01-11 22:03:37 +01:00
. error
expr goto 18
interpolation goto 5
literal goto 4
literalModeTop goto 10
literalModeValue goto 3
2015-01-11 22:03:37 +01:00
state 18
args: args COMMA expr. (11)
2015-01-11 22:03:37 +01:00
2015-01-12 09:28:47 +01:00
. reduce 11 (src line 92)
2015-01-11 21:38:45 +01:00
12 terminals, 8 nonterminals
14 grammar rules, 19/2000 states
2015-01-11 21:38:45 +01:00
0 shift/reduce, 0 reduce/reduce conflicts reported
57 working sets used
memory: parser 25/30000
14 extra closures
19 shift entries, 1 exceptions
12 goto entries
15 entries saved by goto default
Optimizer space used: output 21/30000
21 table entries, 0 zero
maximum spread: 12, maximum offset: 17