aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRyo Nihei <nihei.dev@gmail.com>2021-06-14 23:22:02 +0900
committerRyo Nihei <nihei.dev@gmail.com>2021-06-15 19:16:58 +0900
commitf16811613aeb79444a3555115e4031f68cd183b9 (patch)
tree3e4207ddd7f331fdcb11c86e2273bcbe262e9d0f /go.mod
parentUpdate README (diff)
downloadurubu-f16811613aeb79444a3555115e4031f68cd183b9.tar.gz
urubu-f16811613aeb79444a3555115e4031f68cd183b9.tar.xz
Add spec parser
Currently, the parser only supports definitions of lexical specification.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..c8670d8
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module github.com/nihei9/vartan
+
+go 1.16
+
+require github.com/nihei9/maleeni v0.1.0