diff options
| author | Ryo Nihei <nihei.dev@gmail.com> | 2022-03-30 21:25:40 +0900 |
|---|---|---|
| committer | Ryo Nihei <nihei.dev@gmail.com> | 2022-03-30 21:35:12 +0900 |
| commit | b565c7ddb7cbbf2ccfb8653c9a77140d83e02c55 (patch) | |
| tree | 32d16c248f238407df3a063f708fbc4a5d7f811c /spec | |
| parent | Allow an alternative to have multiple directives (diff) | |
| download | urubu-b565c7ddb7cbbf2ccfb8653c9a77140d83e02c55.tar.gz urubu-b565c7ddb7cbbf2ccfb8653c9a77140d83e02c55.tar.xz | |
Upgrade maleeni to v0.6.0
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/lexer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lexer.go b/spec/lexer.go index 6e9279d..f9ad871 100644 --- a/spec/lexer.go +++ b/spec/lexer.go @@ -1,4 +1,4 @@ -//go:generate maleeni compile -l lexspec.json -o clexspec.json +//go:generate maleeni compile lexspec.json -o clexspec.json //go:generate maleeni-go clexspec.json --package spec package spec |
