diff options
Diffstat (limited to '')
-rw-r--r-- | src/urubu/driver/lexer/spec.go (renamed from driver/lexer/spec.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/lexer/spec.go b/src/urubu/driver/lexer/spec.go index 4b1a218..75c74af 100644 --- a/driver/lexer/spec.go +++ b/src/urubu/driver/lexer/spec.go @@ -1,6 +1,6 @@ package lexer -import spec "spec/grammar" +import spec "urubu/spec/grammar" type lexSpec struct { spec *spec.LexicalSpec |