aboutsummaryrefslogtreecommitdiff
path: root/grammar/grammar.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/grammar.go
parentSetup Makefile project structure with empty src/urubu.go source (diff)
downloadcotia-ab1ad9eecffed26c4aa3d6fd346d7b06e9eadbb1.tar.gz
cotia-ab1ad9eecffed26c4aa3d6fd346d7b06e9eadbb1.tar.xz
Build and test existing code as is
Diffstat (limited to 'grammar/grammar.go')
-rw-r--r--grammar/grammar.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/grammar/grammar.go b/grammar/grammar.go
index 1e05289..9fb2968 100644
--- a/grammar/grammar.go
+++ b/grammar/grammar.go
@@ -5,11 +5,11 @@ import (
"io"
"strings"
- verr "github.com/nihei9/vartan/error"
- "github.com/nihei9/vartan/grammar/lexical"
- "github.com/nihei9/vartan/grammar/symbol"
- spec "github.com/nihei9/vartan/spec/grammar"
- "github.com/nihei9/vartan/spec/grammar/parser"
+ verr "error"
+ "grammar/lexical"
+ "grammar/symbol"
+ spec "spec/grammar"
+ "spec/grammar/parser"
)
type astActionEntry struct {