aboutsummaryrefslogtreecommitdiff
path: root/spec/grammar/parser/parser_test.go
diff options
context:
space:
mode:
authorRyo Nihei <nihei.dev@gmail.com>2022-11-06 21:31:46 +0900
committerRyo Nihei <nihei.dev@gmail.com>2022-11-10 00:40:16 +0900
commitf89d021bbe134e3efa0d015a41e9712960cdd009 (patch)
tree28c6d49611f09dad186b0f6fc4c1a42864a2f7cb /spec/grammar/parser/parser_test.go
parentSplit SymbolTable's APIs into reader/writer (diff)
downloadcotia-f89d021bbe134e3efa0d015a41e9712960cdd009.tar.gz
cotia-f89d021bbe134e3efa0d015a41e9712960cdd009.tar.xz
Import source code of lexer generator
From: https://github.com/nihei9/maleeni
Diffstat (limited to '')
-rw-r--r--spec/grammar/parser/parser_test.go (renamed from spec/grammar/parser_test.go)2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/grammar/parser_test.go b/spec/grammar/parser/parser_test.go
index 5a2e07f..498e7c6 100644
--- a/spec/grammar/parser_test.go
+++ b/spec/grammar/parser/parser_test.go
@@ -1,4 +1,4 @@
-package grammar
+package parser
import (
"strings"