diff options
author | EuAndreh <eu@euandre.org> | 2024-12-02 15:41:30 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-12-02 15:41:30 -0300 |
commit | ab1ad9eecffed26c4aa3d6fd346d7b06e9eadbb1 (patch) | |
tree | 8e15b7188b153d8f85be7120f5370249286b6f17 /grammar/item.go | |
parent | Setup Makefile project structure with empty src/urubu.go source (diff) | |
download | cotia-ab1ad9eecffed26c4aa3d6fd346d7b06e9eadbb1.tar.gz cotia-ab1ad9eecffed26c4aa3d6fd346d7b06e9eadbb1.tar.xz |
Build and test existing code as is
Diffstat (limited to 'grammar/item.go')
-rw-r--r-- | grammar/item.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/item.go b/grammar/item.go index 84c4911..aa1ecaf 100644 --- a/grammar/item.go +++ b/grammar/item.go @@ -7,7 +7,7 @@ import ( "sort" "strconv" - "github.com/nihei9/vartan/grammar/symbol" + "grammar/symbol" ) type lrItemID [32]byte |