diff options
Diffstat (limited to 'grammar/grammar.go')
-rw-r--r-- | grammar/grammar.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/grammar.go b/grammar/grammar.go index 2e0c8f4..65d232d 100644 --- a/grammar/grammar.go +++ b/grammar/grammar.go @@ -8,7 +8,7 @@ import ( mlcompiler "github.com/nihei9/maleeni/compiler" mlspec "github.com/nihei9/maleeni/spec" verr "github.com/nihei9/vartan/error" - "github.com/nihei9/vartan/spec" + spec "github.com/nihei9/vartan/spec/grammar" ) type astActionEntry struct { |