aboutsummaryrefslogtreecommitdiff
path: root/src/urubu/grammar/lr0.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/urubu/grammar/lr0.go (renamed from grammar/lr0.go)2
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/lr0.go b/src/urubu/grammar/lr0.go
index 7e5929a..92a2137 100644
--- a/grammar/lr0.go
+++ b/src/urubu/grammar/lr0.go
@@ -4,7 +4,7 @@ import (
"fmt"
"sort"
- "grammar/symbol"
+ "urubu/grammar/symbol"
)
type lr0Automaton struct {