aboutsummaryrefslogtreecommitdiff
path: root/grammar/parsing_table.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-12-02 15:41:30 -0300
committerEuAndreh <eu@euandre.org>2024-12-02 15:41:30 -0300
commitab1ad9eecffed26c4aa3d6fd346d7b06e9eadbb1 (patch)
tree8e15b7188b153d8f85be7120f5370249286b6f17 /grammar/parsing_table.go
parentSetup Makefile project structure with empty src/urubu.go source (diff)
downloadurubu-ab1ad9eecffed26c4aa3d6fd346d7b06e9eadbb1.tar.gz
urubu-ab1ad9eecffed26c4aa3d6fd346d7b06e9eadbb1.tar.xz
Build and test existing code as is
Diffstat (limited to 'grammar/parsing_table.go')
-rw-r--r--grammar/parsing_table.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/grammar/parsing_table.go b/grammar/parsing_table.go
index 53f692e..fc520cc 100644
--- a/grammar/parsing_table.go
+++ b/grammar/parsing_table.go
@@ -4,8 +4,8 @@ import (
"fmt"
"sort"
- "github.com/nihei9/vartan/grammar/symbol"
- spec "github.com/nihei9/vartan/spec/grammar"
+ "grammar/symbol"
+ spec "spec/grammar"
)
type ActionType string