diff options
author | Ryo Nihei <nihei.dev@gmail.com> | 2021-09-01 23:57:02 +0900 |
---|---|---|
committer | Ryo Nihei <nihei.dev@gmail.com> | 2021-09-02 00:01:35 +0900 |
commit | 8832b64b4227245e45f9a24d543c1b80168c489d (patch) | |
tree | 20ed014caa923254d8e7870241225d8c20f7d2b4 /cmd/vartan/describe.go | |
parent | Remove the expected terminals field from the parsing table (diff) | |
download | urubu-8832b64b4227245e45f9a24d543c1b80168c489d.tar.gz urubu-8832b64b4227245e45f9a24d543c1b80168c489d.tar.xz |
Support LAC (lookahead correction)
Diffstat (limited to 'cmd/vartan/describe.go')
-rw-r--r-- | cmd/vartan/describe.go | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cmd/vartan/describe.go b/cmd/vartan/describe.go index c2cde93..2dabf9f 100644 --- a/cmd/vartan/describe.go +++ b/cmd/vartan/describe.go @@ -87,7 +87,11 @@ func readDescription(path string) (*spec.Description, error) { return desc, nil } -const descTemplate = `# Conflicts +const descTemplate = `# Class + +{{ .Class }} + +# Conflicts {{ printConflictSummary . }} |