aboutsummaryrefslogtreecommitdiff
path: root/grammar/first.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/first.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/first.go')
-rw-r--r--grammar/first.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/first.go b/grammar/first.go
index 923f8ed..4f0bdcf 100644
--- a/grammar/first.go
+++ b/grammar/first.go
@@ -3,7 +3,7 @@ package grammar
import (
"fmt"
- "github.com/nihei9/vartan/grammar/symbol"
+ "grammar/symbol"
)
type firstEntry struct {