diff options
| author | christindbose <[email protected]> | 2023-05-10 14:15:37 -0400 |
|---|---|---|
| committer | christindbose <[email protected]> | 2023-05-10 14:15:37 -0400 |
| commit | 46e0ec221496469920fbabb91efd447f74da702f (patch) | |
| tree | dd01ea8b20975532f565eea79d50e4ae502c66f7 /aerialvision/parser.out | |
| parent | 13c67115070dc2f0876254a790d0238073ca364a (diff) | |
Ported aerialvision to use python3 instead of python2
Diffstat (limited to 'aerialvision/parser.out')
| -rw-r--r-- | aerialvision/parser.out | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/aerialvision/parser.out b/aerialvision/parser.out new file mode 100644 index 0000000..809874f --- /dev/null +++ b/aerialvision/parser.out @@ -0,0 +1,47 @@ +Created by PLY version 3.11 (http://www.dabeaz.com/ply) + +Grammar + +Rule 0 S' -> sentence +Rule 1 sentence -> WORD NUMBERSEQUENCE + +Terminals, with rules where they appear + +NUMBERSEQUENCE : 1 +WORD : 1 +error : + +Nonterminals, with rules where they appear + +sentence : 0 + +Parsing method: LALR + +state 0 + + (0) S' -> . sentence + (1) sentence -> . WORD NUMBERSEQUENCE + + WORD shift and go to state 2 + + sentence shift and go to state 1 + +state 1 + + (0) S' -> sentence . + + + +state 2 + + (1) sentence -> WORD . NUMBERSEQUENCE + + NUMBERSEQUENCE shift and go to state 3 + + +state 3 + + (1) sentence -> WORD NUMBERSEQUENCE . + + $end reduce using rule 1 (sentence -> WORD NUMBERSEQUENCE .) + |
