Update README

This commit is contained in:
yhirose 2022-05-27 00:06:27 -04:00
parent d53f4ecca3
commit c9e1c9cbef
3 changed files with 5 additions and 3 deletions

View File

@ -607,7 +607,8 @@ usage: grammar_file_path [source_file_path]
--ast: show AST tree
--opt, --opt-all: optimize all AST nodes except nodes selected with `no_ast_opt` instruction
--opt-only: optimize only AST nodes selected with `no_ast_opt` instruction
--trace: show trace messages
--trace: show concise trace messages
--trace-verbose: show verbose trace messages
```
### Grammar check

View File

@ -12,7 +12,8 @@ usage: grammar_file_path [source_file_path]
--opt, --opt-all: optimaze all AST nodes except nodes selected with `no_ast_opt` instruction
--opt-only: optimaze only AST nodes selected with `no_ast_opt` instruction
--source: source text
--trace: show trace messages
--trace: show concise trace messages
--trace-verbose: show verbose trace messages
```
### Build peglint

View File

@ -84,7 +84,7 @@ int main(int argc, const char **argv) {
--ast: show AST tree
--opt, --opt-all: optimize all AST nodes except nodes selected with `no_ast_opt` instruction
--opt-only: optimize only AST nodes selected with `no_ast_opt` instruction
--trace: show trace messages
--trace: show concise trace messages
--trace-verbose: show verbose trace messages
)";