aboutsummaryrefslogtreecommitdiff
path: root/grammar/parsing_table_test.go
diff options
context:
space:
mode:
authorRyo Nihei <nihei.dev@gmail.com>2021-08-21 16:18:56 +0900
committerRyo Nihei <nihei.dev@gmail.com>2021-08-21 16:19:49 +0900
commit94e2400aa8e6017165ab22ba5f2f70a6d0682f63 (patch)
tree83949f605bd729c83f8295db47aa065ad96e65bf /grammar/parsing_table_test.go
parentFix indents of a tree (diff)
downloadurubu-94e2400aa8e6017165ab22ba5f2f70a6d0682f63.tar.gz
urubu-94e2400aa8e6017165ab22ba5f2f70a6d0682f63.tar.xz
Resolve conflicts by default rules
When a shift/reduce conflict occurred, we prioritize the shift action, and when a reduce/reduce conflict occurred, we prioritize the production defined earlier in the grammar file.
Diffstat (limited to '')
-rw-r--r--grammar/parsing_table_test.go (renamed from grammar/parsing_table_builder_test.go)0
1 files changed, 0 insertions, 0 deletions
diff --git a/grammar/parsing_table_builder_test.go b/grammar/parsing_table_test.go
index 95bc543..95bc543 100644
--- a/grammar/parsing_table_builder_test.go
+++ b/grammar/parsing_table_test.go