Skip to content

Commit 5f3807b

Browse files
committed
Updated README
1 parent 0795e26 commit 5f3807b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ The PEG syntax is well described on page 2 in the [document](http://www.brynosau
3434
* `exp⇑label` or `exp^label` (Syntax sugar for `(exp / %recover(label))`)
3535
* `label { message "..." }` (Error message instruction)
3636
* `{ no_ast_opt }` (No AST node optimazation instruction)
37+
38+
The following syntax is available with `CPPPEGLIB_SYMBOL_TABLE_SUPPORT`.
39+
3740
* `{ declare_symbol "..." }` (Declare symbol instruction)
3841
* `{ check_symbol "..." }` (Check symbol instruction)
3942

@@ -462,6 +465,8 @@ See actual usages in the [AST calculator example](https://github.com/yhirose/cpp
462465
Symbol Table
463466
------------
464467

468+
NOTE: This feature is available with `CPPPEGLIB_SYMBOL_TABLE_SUPPORT`.
469+
465470
Simple symbol table support is available with `declare_symbol` and `check_symbol` instructions.
466471

467472
```peg

0 commit comments

Comments
 (0)