diff options
| author | Ryo Nihei <nihei.dev@gmail.com> | 2021-06-14 23:22:02 +0900 |
|---|---|---|
| committer | Ryo Nihei <nihei.dev@gmail.com> | 2021-06-15 19:16:58 +0900 |
| commit | f16811613aeb79444a3555115e4031f68cd183b9 (patch) | |
| tree | 3e4207ddd7f331fdcb11c86e2273bcbe262e9d0f /go.mod | |
| parent | Update README (diff) | |
| download | urubu-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.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module github.com/nihei9/vartan + +go 1.16 + +require github.com/nihei9/maleeni v0.1.0 |
