diff options
author | Ryo Nihei <nihei.dev@gmail.com> | 2022-05-09 20:41:54 +0900 |
---|---|---|
committer | Ryo Nihei <nihei.dev@gmail.com> | 2022-05-10 23:14:52 +0900 |
commit | 0ff00d27b2fd524c76fcfac1836b7aad8fe03069 (patch) | |
tree | fb52505656b0b9f66ac6efafa8a05f82ad54b015 /spec/description.go | |
parent | Add ordered symbol notation (diff) | |
download | cotia-0ff00d27b2fd524c76fcfac1836b7aad8fe03069.tar.gz cotia-0ff00d27b2fd524c76fcfac1836b7aad8fe03069.tar.xz |
Change the suffix of a description file from -description.json to -report.json
Diffstat (limited to 'spec/description.go')
-rw-r--r-- | spec/description.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/description.go b/spec/description.go index e82c509..4102455 100644 --- a/spec/description.go +++ b/spec/description.go @@ -65,7 +65,7 @@ type State struct { RRConflict []*RRConflict `json:"rr_conflict"` } -type Description struct { +type Report struct { Class string `json:"class"` Terminals []*Terminal `json:"terminals"` NonTerminals []*NonTerminal `json:"non_terminals"` |