From 0ff00d27b2fd524c76fcfac1836b7aad8fe03069 Mon Sep 17 00:00:00 2001 From: Ryo Nihei Date: Mon, 9 May 2022 20:41:54 +0900 Subject: Change the suffix of a description file from -description.json to -report.json --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 047f6c2..66cf005 100644 --- a/README.md +++ b/README.md @@ -115,10 +115,10 @@ When `vartan parse` command successfully parses the input data, it prints a CST #### 3.2. Resolve conflicts -`vartan compile` command also generates a description file having `-description.json` suffix along with a parsing table. This file describes each state in the parsing table in detail. If your grammar contains conflicts, see `Conflicts` and `States` sections of this file. Using `vartan show` command, you can see the description file in a readable format. +`vartan compile` command also generates a report named `*-report.json`. This file describes each state in the parsing table in detail. If your grammar contains conflicts, see `Conflicts` and `States` sections of this file. Using `vartan show` command, you can see the report in a readable format. ```sh -$ vartan show expr-description.json +$ vartan show expr-report.json ``` ### 4. Generate a parser -- cgit v1.2.3