terraform/config/lang/y.output

199 lines
3.2 KiB
Plaintext
Raw Normal View History

2015-01-11 21:38:45 +01:00
state 0
$accept: .top $end
top: . (1)
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
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. (2)
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 2 (src line 40)
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. (3)
2015-01-11 21:38:45 +01:00
. reduce 3 (src line 62)
2015-01-11 21:38:45 +01:00
state 4
literalModeValue: literal. (5)
2015-01-11 21:38:45 +01:00
. reduce 5 (src line 82)
2015-01-11 21:38:45 +01:00
state 5
literalModeValue: interpolation. (6)
2015-01-11 21:38:45 +01:00
. reduce 6 (src line 87)
2015-01-11 21:38:45 +01:00
state 6
literal: STRING. (16)
2015-01-11 21:38:45 +01:00
. reduce 16 (src line 141)
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 17:53:27 +01:00
IDENTIFIER shift 13
INTEGER shift 11
FLOAT shift 12
2015-01-12 09:28:47 +01:00
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. (4)
2015-01-11 21:38:45 +01:00
. reduce 4 (src line 67)
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
2015-01-12 17:53:27 +01:00
PROGRAM_BRACKET_RIGHT shift 14
. error
2015-01-11 22:03:37 +01:00
state 10
literalModeTop: literalModeTop.literalModeValue
expr: literalModeTop. (8)
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 8 (src line 98)
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: INTEGER. (9)
2015-01-11 22:03:37 +01:00
. reduce 9 (src line 103)
2015-01-11 22:03:37 +01:00
state 12
expr: FLOAT. (10)
2015-01-12 17:53:27 +01:00
. reduce 10 (src line 111)
2015-01-12 17:53:27 +01:00
state 13
expr: IDENTIFIER. (11)
2015-01-12 17:53:27 +01:00
expr: IDENTIFIER.PAREN_LEFT args PAREN_RIGHT
PAREN_LEFT shift 15
. reduce 11 (src line 119)
2015-01-12 17:53:27 +01:00
state 14
interpolation: PROGRAM_BRACKET_LEFT expr PROGRAM_BRACKET_RIGHT. (7)
2015-01-11 22:03:37 +01:00
. reduce 7 (src line 92)
2015-01-11 22:03:37 +01:00
2015-01-12 17:53:27 +01:00
state 15
expr: IDENTIFIER PAREN_LEFT.args PAREN_RIGHT
args: . (13)
2015-01-11 22:03:37 +01:00
PROGRAM_BRACKET_LEFT shift 7
2015-01-12 17:53:27 +01:00
IDENTIFIER shift 13
INTEGER shift 11
FLOAT shift 12
2015-01-12 09:28:47 +01:00
STRING shift 6
. reduce 13 (src line 128)
2015-01-11 22:03:37 +01:00
2015-01-12 17:53:27 +01:00
expr goto 17
interpolation goto 5
literal goto 4
literalModeTop goto 10
literalModeValue goto 3
2015-01-12 17:53:27 +01:00
args goto 16
2015-01-11 22:03:37 +01:00
2015-01-12 17:53:27 +01:00
state 16
expr: IDENTIFIER PAREN_LEFT args.PAREN_RIGHT
args: args.COMMA expr
2015-01-11 22:03:37 +01:00
2015-01-12 17:53:27 +01:00
PAREN_RIGHT shift 18
COMMA shift 19
. error
2015-01-11 22:03:37 +01:00
2015-01-12 17:53:27 +01:00
state 17
args: expr. (15)
. reduce 15 (src line 136)
2015-01-12 17:53:27 +01:00
state 18
expr: IDENTIFIER PAREN_LEFT args PAREN_RIGHT. (12)
. reduce 12 (src line 123)
2015-01-12 17:53:27 +01:00
state 19
2015-01-11 22:03:37 +01:00
args: args COMMA.expr
PROGRAM_BRACKET_LEFT shift 7
2015-01-12 17:53:27 +01:00
IDENTIFIER shift 13
INTEGER shift 11
FLOAT shift 12
2015-01-12 09:28:47 +01:00
STRING shift 6
2015-01-11 22:03:37 +01:00
. error
2015-01-12 17:53:27 +01:00
expr goto 20
interpolation goto 5
literal goto 4
literalModeTop goto 10
literalModeValue goto 3
2015-01-11 22:03:37 +01:00
2015-01-12 17:53:27 +01:00
state 20
args: args COMMA expr. (14)
2015-01-11 22:03:37 +01:00
. reduce 14 (src line 132)
2015-01-11 21:38:45 +01:00
2015-01-12 17:53:27 +01:00
14 terminals, 8 nonterminals
17 grammar rules, 21/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
2015-01-12 17:53:27 +01:00
16 extra closures
25 shift entries, 1 exceptions
12 goto entries
15 entries saved by goto default
2015-01-12 17:53:27 +01:00
Optimizer space used: output 23/30000
23 table entries, 0 zero
maximum spread: 14, maximum offset: 19