aboutsummaryrefslogtreecommitdiff
path: root/grammar/lexical/compiler.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/lexical/compiler.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/lexical/compiler.go')
-rw-r--r--grammar/lexical/compiler.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/grammar/lexical/compiler.go b/grammar/lexical/compiler.go
index 61aa3f2..06e4068 100644
--- a/grammar/lexical/compiler.go
+++ b/grammar/lexical/compiler.go
@@ -4,10 +4,10 @@ import (
"bytes"
"fmt"
- "github.com/nihei9/vartan/compressor"
- "github.com/nihei9/vartan/grammar/lexical/dfa"
- psr "github.com/nihei9/vartan/grammar/lexical/parser"
- spec "github.com/nihei9/vartan/spec/grammar"
+ "compressor"
+ "grammar/lexical/dfa"
+ psr "grammar/lexical/parser"
+ spec "spec/grammar"
)
type CompileError struct {