| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425 |
- State 0:
- input ::= * processes
- processes ::= * process_or_template NAME CURLY_OPEN statements CURLY_CLOSE
- processes ::= * process_or_template NAME CURLY_OPEN statements CURLY_CLOSE processes
- process_or_template ::= * PROCESS
- process_or_template ::= * TEMPLATE
- PROCESS shift 31
- TEMPLATE shift 32
- processes shift 16
- process_or_template shift 17
- input accept
- State 1:
- statements ::= statement_names ROUND_OPEN * statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON
- statements ::= statement_names ROUND_OPEN * statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON statements
- statement_names ::= * NAME
- statement_names ::= * NAME DOT statement_names
- (9) statement_args_maybe ::= *
- statement_args_maybe ::= * list_contents
- list_contents ::= * STRING
- list_contents ::= * statement_names
- list_contents ::= * list
- list_contents ::= * STRING COMMA list_contents
- list_contents ::= * statement_names COMMA list_contents
- list_contents ::= * list COMMA list_contents
- list ::= * CURLY_OPEN CURLY_CLOSE
- list ::= * CURLY_OPEN list_contents CURLY_CLOSE
- NAME shift 22
- CURLY_OPEN shift 3
- STRING shift 23
- statement_names shift 24
- statement_args_maybe shift 20
- list_contents shift 36
- list shift 25
- {default} reduce 9
- State 2:
- statements ::= statement_names ARROW statement_names ROUND_OPEN * statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON
- statements ::= statement_names ARROW statement_names ROUND_OPEN * statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON statements
- statement_names ::= * NAME
- statement_names ::= * NAME DOT statement_names
- (9) statement_args_maybe ::= *
- statement_args_maybe ::= * list_contents
- list_contents ::= * STRING
- list_contents ::= * statement_names
- list_contents ::= * list
- list_contents ::= * STRING COMMA list_contents
- list_contents ::= * statement_names COMMA list_contents
- list_contents ::= * list COMMA list_contents
- list ::= * CURLY_OPEN CURLY_CLOSE
- list ::= * CURLY_OPEN list_contents CURLY_CLOSE
- NAME shift 22
- CURLY_OPEN shift 3
- STRING shift 23
- statement_names shift 24
- statement_args_maybe shift 28
- list_contents shift 36
- list shift 25
- {default} reduce 9
- State 3:
- statement_names ::= * NAME
- statement_names ::= * NAME DOT statement_names
- list_contents ::= * STRING
- list_contents ::= * statement_names
- list_contents ::= * list
- list_contents ::= * STRING COMMA list_contents
- list_contents ::= * statement_names COMMA list_contents
- list_contents ::= * list COMMA list_contents
- list ::= * CURLY_OPEN CURLY_CLOSE
- list ::= CURLY_OPEN * CURLY_CLOSE
- list ::= * CURLY_OPEN list_contents CURLY_CLOSE
- list ::= CURLY_OPEN * list_contents CURLY_CLOSE
- NAME shift 22
- CURLY_OPEN shift 3
- CURLY_CLOSE shift 38
- STRING shift 23
- statement_names shift 24
- list_contents shift 26
- list shift 25
- State 4:
- statement_names ::= * NAME
- statement_names ::= * NAME DOT statement_names
- list_contents ::= * STRING
- list_contents ::= * statement_names
- list_contents ::= * list
- list_contents ::= * STRING COMMA list_contents
- list_contents ::= STRING COMMA * list_contents
- list_contents ::= * statement_names COMMA list_contents
- list_contents ::= * list COMMA list_contents
- list ::= * CURLY_OPEN CURLY_CLOSE
- list ::= * CURLY_OPEN list_contents CURLY_CLOSE
- NAME shift 22
- CURLY_OPEN shift 3
- STRING shift 23
- statement_names shift 24
- list_contents shift 41
- list shift 25
- State 5:
- statement_names ::= * NAME
- statement_names ::= * NAME DOT statement_names
- list_contents ::= * STRING
- list_contents ::= * statement_names
- list_contents ::= * list
- list_contents ::= * STRING COMMA list_contents
- list_contents ::= * statement_names COMMA list_contents
- list_contents ::= statement_names COMMA * list_contents
- list_contents ::= * list COMMA list_contents
- list ::= * CURLY_OPEN CURLY_CLOSE
- list ::= * CURLY_OPEN list_contents CURLY_CLOSE
- NAME shift 22
- CURLY_OPEN shift 3
- STRING shift 23
- statement_names shift 24
- list_contents shift 40
- list shift 25
- State 6:
- statement_names ::= * NAME
- statement_names ::= * NAME DOT statement_names
- list_contents ::= * STRING
- list_contents ::= * statement_names
- list_contents ::= * list
- list_contents ::= * STRING COMMA list_contents
- list_contents ::= * statement_names COMMA list_contents
- list_contents ::= * list COMMA list_contents
- list_contents ::= list COMMA * list_contents
- list ::= * CURLY_OPEN CURLY_CLOSE
- list ::= * CURLY_OPEN list_contents CURLY_CLOSE
- NAME shift 22
- CURLY_OPEN shift 3
- STRING shift 23
- statement_names shift 24
- list_contents shift 37
- list shift 25
- State 7:
- processes ::= * process_or_template NAME CURLY_OPEN statements CURLY_CLOSE
- (1) processes ::= process_or_template NAME CURLY_OPEN statements CURLY_CLOSE *
- processes ::= * process_or_template NAME CURLY_OPEN statements CURLY_CLOSE processes
- processes ::= process_or_template NAME CURLY_OPEN statements CURLY_CLOSE * processes
- process_or_template ::= * PROCESS
- process_or_template ::= * TEMPLATE
- PROCESS shift 31
- TEMPLATE shift 32
- processes shift 30
- process_or_template shift 17
- {default} reduce 1
- State 8:
- processes ::= process_or_template NAME CURLY_OPEN * statements CURLY_CLOSE
- processes ::= process_or_template NAME CURLY_OPEN * statements CURLY_CLOSE processes
- statements ::= * statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON
- statements ::= * statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON statements
- statements ::= * statement_names ARROW statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON
- statements ::= * statement_names ARROW statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON statements
- statement_names ::= * NAME
- statement_names ::= * NAME DOT statement_names
- NAME shift 22
- statements shift 19
- statement_names shift 15
- State 9:
- statements ::= * statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON
- (3) statements ::= statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON *
- statements ::= * statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON statements
- statements ::= statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON * statements
- statements ::= * statement_names ARROW statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON
- statements ::= * statement_names ARROW statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON statements
- statement_names ::= * NAME
- statement_names ::= * NAME DOT statement_names
- NAME shift 22
- statements shift 33
- statement_names shift 15
- {default} reduce 3
- State 10:
- statements ::= * statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON
- statements ::= * statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON statements
- statements ::= * statement_names ARROW statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON
- (5) statements ::= statement_names ARROW statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON *
- statements ::= * statement_names ARROW statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON statements
- statements ::= statement_names ARROW statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON * statements
- statement_names ::= * NAME
- statement_names ::= * NAME DOT statement_names
- NAME shift 22
- statements shift 42
- statement_names shift 15
- {default} reduce 5
- State 11:
- statements ::= statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE * name_maybe SEMICOLON
- statements ::= statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE * name_maybe SEMICOLON statements
- (19) name_maybe ::= *
- name_maybe ::= * NAME
- NAME shift 35
- name_maybe shift 21
- {default} reduce 19
- State 12:
- statement_names ::= * NAME
- statement_names ::= * NAME DOT statement_names
- statement_names ::= NAME DOT * statement_names
- NAME shift 22
- statement_names shift 34
- State 13:
- statements ::= statement_names ARROW * statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON
- statements ::= statement_names ARROW * statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON statements
- statement_names ::= * NAME
- statement_names ::= * NAME DOT statement_names
- NAME shift 22
- statement_names shift 27
- State 14:
- statements ::= statement_names ARROW statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE * name_maybe SEMICOLON
- statements ::= statement_names ARROW statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE * name_maybe SEMICOLON statements
- (19) name_maybe ::= *
- name_maybe ::= * NAME
- NAME shift 35
- name_maybe shift 29
- {default} reduce 19
- State 15:
- statements ::= statement_names * ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON
- statements ::= statement_names * ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON statements
- statements ::= statement_names * ARROW statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON
- statements ::= statement_names * ARROW statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON statements
- ROUND_OPEN shift 1
- ARROW shift 13
- State 16:
- (0) input ::= processes *
- $ reduce 0
- State 17:
- processes ::= process_or_template * NAME CURLY_OPEN statements CURLY_CLOSE
- processes ::= process_or_template * NAME CURLY_OPEN statements CURLY_CLOSE processes
- NAME shift 18
- State 18:
- processes ::= process_or_template NAME * CURLY_OPEN statements CURLY_CLOSE
- processes ::= process_or_template NAME * CURLY_OPEN statements CURLY_CLOSE processes
- CURLY_OPEN shift 8
- State 19:
- processes ::= process_or_template NAME CURLY_OPEN statements * CURLY_CLOSE
- processes ::= process_or_template NAME CURLY_OPEN statements * CURLY_CLOSE processes
- CURLY_CLOSE shift 7
- State 20:
- statements ::= statement_names ROUND_OPEN statement_args_maybe * ROUND_CLOSE name_maybe SEMICOLON
- statements ::= statement_names ROUND_OPEN statement_args_maybe * ROUND_CLOSE name_maybe SEMICOLON statements
- ROUND_CLOSE shift 11
- State 21:
- statements ::= statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe * SEMICOLON
- statements ::= statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe * SEMICOLON statements
- SEMICOLON shift 9
- State 22:
- (7) statement_names ::= NAME *
- statement_names ::= NAME * DOT statement_names
- DOT shift 12
- {default} reduce 7
- State 23:
- (11) list_contents ::= STRING *
- list_contents ::= STRING * COMMA list_contents
- COMMA shift 4
- {default} reduce 11
- State 24:
- (12) list_contents ::= statement_names *
- list_contents ::= statement_names * COMMA list_contents
- COMMA shift 5
- {default} reduce 12
- State 25:
- (13) list_contents ::= list *
- list_contents ::= list * COMMA list_contents
- COMMA shift 6
- {default} reduce 13
- State 26:
- list ::= CURLY_OPEN list_contents * CURLY_CLOSE
- CURLY_CLOSE shift 39
- State 27:
- statements ::= statement_names ARROW statement_names * ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON
- statements ::= statement_names ARROW statement_names * ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON statements
- ROUND_OPEN shift 2
- State 28:
- statements ::= statement_names ARROW statement_names ROUND_OPEN statement_args_maybe * ROUND_CLOSE name_maybe SEMICOLON
- statements ::= statement_names ARROW statement_names ROUND_OPEN statement_args_maybe * ROUND_CLOSE name_maybe SEMICOLON statements
- ROUND_CLOSE shift 14
- State 29:
- statements ::= statement_names ARROW statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe * SEMICOLON
- statements ::= statement_names ARROW statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe * SEMICOLON statements
- SEMICOLON shift 10
- State 30:
- (2) processes ::= process_or_template NAME CURLY_OPEN statements CURLY_CLOSE processes *
- {default} reduce 2
- State 31:
- (21) process_or_template ::= PROCESS *
- {default} reduce 21
- State 32:
- (22) process_or_template ::= TEMPLATE *
- {default} reduce 22
- State 33:
- (4) statements ::= statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON statements *
- {default} reduce 4
- State 34:
- (8) statement_names ::= NAME DOT statement_names *
- {default} reduce 8
- State 35:
- (20) name_maybe ::= NAME *
- {default} reduce 20
- State 36:
- (10) statement_args_maybe ::= list_contents *
- {default} reduce 10
- State 37:
- (16) list_contents ::= list COMMA list_contents *
- {default} reduce 16
- State 38:
- (17) list ::= CURLY_OPEN CURLY_CLOSE *
- {default} reduce 17
- State 39:
- (18) list ::= CURLY_OPEN list_contents CURLY_CLOSE *
- {default} reduce 18
- State 40:
- (15) list_contents ::= statement_names COMMA list_contents *
- {default} reduce 15
- State 41:
- (14) list_contents ::= STRING COMMA list_contents *
- {default} reduce 14
- State 42:
- (6) statements ::= statement_names ARROW statement_names ROUND_OPEN statement_args_maybe ROUND_CLOSE name_maybe SEMICOLON statements *
- {default} reduce 6
- ----------------------------------------------------
- Symbols:
- 0: $:
- 1: NAME
- 2: CURLY_OPEN
- 3: CURLY_CLOSE
- 4: ROUND_OPEN
- 5: ROUND_CLOSE
- 6: SEMICOLON
- 7: ARROW
- 8: DOT
- 9: STRING
- 10: COMMA
- 11: PROCESS
- 12: TEMPLATE
- 13: error:
- 14: processes: PROCESS TEMPLATE
- 15: statements: NAME
- 16: statement_names: NAME
- 17: statement_args_maybe: <lambda> NAME CURLY_OPEN STRING
- 18: list_contents: NAME CURLY_OPEN STRING
- 19: list: CURLY_OPEN
- 20: name_maybe: <lambda> NAME
- 21: process_or_template: PROCESS TEMPLATE
- 22: input: PROCESS TEMPLATE
|