summaryrefslogtreecommitdiff
path: root/aerialvision/parser.out
diff options
context:
space:
mode:
authorJRPan <[email protected]>2023-06-13 20:40:07 +0800
committerGitHub <[email protected]>2023-06-13 20:40:07 +0800
commitb0e65fef7e1620a43fb2ba480ad74de8d7919bdd (patch)
treea7ab7a51578a9247f5ec082cae87e828db95f80d /aerialvision/parser.out
parent8ca01b0721445de3b044e70327fd69f017a75ef0 (diff)
parentb471b3481b2399222ffd9ee0f007628834e68767 (diff)
Merge branch 'dev' into dev
Diffstat (limited to 'aerialvision/parser.out')
-rw-r--r--aerialvision/parser.out47
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 .)
+