From 6fe01cf3106ddfeccbca6e643c1a5cbdda107ccf Mon Sep 17 00:00:00 2001 From: yhirose Date: Fri, 8 Jul 2022 20:40:18 -0400 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff021a8..8692238 100644 --- a/README.md +++ b/README.md @@ -465,7 +465,7 @@ See actual usages in the [AST calculator example](https://github.com/yhirose/cpp Symbol Table ------------ -NOTE: This feature is available with `CPPPEGLIB_SYMBOL_TABLE_SUPPORT`. +NOTE: This feature is available with `CPPPEGLIB_SYMBOL_TABLE_SUPPORT`, and has [some limitations](https://github.com/yhirose/cpp-peglib/issues/231#issuecomment-1173215709). Simple symbol table support is available with `declare_symbol` and `check_symbol` instructions.