From ab1ad9eecffed26c4aa3d6fd346d7b06e9eadbb1 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 2 Dec 2024 15:41:30 -0300 Subject: Build and test existing code as is --- grammar/lexical/parser/fragment.go | 2 +- grammar/lexical/parser/parser.go | 4 ++-- grammar/lexical/parser/tree.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'grammar/lexical/parser') diff --git a/grammar/lexical/parser/fragment.go b/grammar/lexical/parser/fragment.go index fc6f16b..e51759e 100644 --- a/grammar/lexical/parser/fragment.go +++ b/grammar/lexical/parser/fragment.go @@ -3,7 +3,7 @@ package parser import ( "fmt" - spec "github.com/nihei9/vartan/spec/grammar" + spec "spec/grammar" ) type incompleteFragment struct { diff --git a/grammar/lexical/parser/parser.go b/grammar/lexical/parser/parser.go index 89362b8..d1a08a2 100644 --- a/grammar/lexical/parser/parser.go +++ b/grammar/lexical/parser/parser.go @@ -6,8 +6,8 @@ import ( "io" "strconv" - spec "github.com/nihei9/vartan/spec/grammar" - "github.com/nihei9/vartan/ucd" + spec "spec/grammar" + "ucd" ) type PatternEntry struct { diff --git a/grammar/lexical/parser/tree.go b/grammar/lexical/parser/tree.go index 3d9d197..0d64e1d 100644 --- a/grammar/lexical/parser/tree.go +++ b/grammar/lexical/parser/tree.go @@ -5,7 +5,7 @@ import ( "io" "sort" - spec "github.com/nihei9/vartan/spec/grammar" + spec "spec/grammar" ) type CPRange struct { -- cgit v1.2.3