mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-12-22 11:55:30 +00:00
Update README
This commit is contained in:
parent
d53f4ecca3
commit
c9e1c9cbef
@ -607,7 +607,8 @@ usage: grammar_file_path [source_file_path]
|
|||||||
--ast: show AST tree
|
--ast: show AST tree
|
||||||
--opt, --opt-all: optimize all AST nodes except nodes selected with `no_ast_opt` instruction
|
--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
|
--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
|
### Grammar check
|
||||||
|
@ -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, --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
|
--opt-only: optimaze only AST nodes selected with `no_ast_opt` instruction
|
||||||
--source: source text
|
--source: source text
|
||||||
--trace: show trace messages
|
--trace: show concise trace messages
|
||||||
|
--trace-verbose: show verbose trace messages
|
||||||
```
|
```
|
||||||
|
|
||||||
### Build peglint
|
### Build peglint
|
||||||
|
@ -84,7 +84,7 @@ int main(int argc, const char **argv) {
|
|||||||
--ast: show AST tree
|
--ast: show AST tree
|
||||||
--opt, --opt-all: optimize all AST nodes except nodes selected with `no_ast_opt` instruction
|
--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
|
--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
|
--trace-verbose: show verbose trace messages
|
||||||
)";
|
)";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user