aboutsummaryrefslogtreecommitdiff
path: root/driver/token_stream.go
diff options
context:
space:
mode:
authorRyo Nihei <nihei.dev@gmail.com>2022-05-27 02:11:39 +0900
committerRyo Nihei <nihei.dev@gmail.com>2022-05-27 02:25:50 +0900
commit4c0f7eb15db566a19eb753e6ffc3a2354078f5fc (patch)
treef3956aa60561ede7d6ccfb288eabfd47de60ffe4 /driver/token_stream.go
parentAllows a directory to be specified as the --output option for the vartan-comp... (diff)
downloadurubu-4c0f7eb15db566a19eb753e6ffc3a2354078f5fc.tar.gz
urubu-4c0f7eb15db566a19eb753e6ffc3a2354078f5fc.tar.xz
Rename spec package to spec/grammar package
Diffstat (limited to 'driver/token_stream.go')
-rw-r--r--driver/token_stream.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/token_stream.go b/driver/token_stream.go
index 97c9f1f..dd2c482 100644
--- a/driver/token_stream.go
+++ b/driver/token_stream.go
@@ -4,7 +4,7 @@ import (
"io"
mldriver "github.com/nihei9/maleeni/driver"
- "github.com/nihei9/vartan/spec"
+ spec "github.com/nihei9/vartan/spec/grammar"
)
type vToken struct {