Fix empty strings.

This commit is contained in:
Stephen Chung
2021-09-26 21:25:29 +08:00
parent 3557db88e8
commit a130960627
4 changed files with 15 additions and 11 deletions

View File

@@ -19,6 +19,7 @@ Enhancements
* `Engine::consume_XXX` methods are renamed to `Engine::run_XXX` to make meanings clearer. The `consume_XXX` API is deprecated.
* `Engine::register_type_XXX` are now available even under `no_object`.
* Added `Engine::on_parse_token` to allow remapping certain tokens during parsing.
* Added `Engine::const_empty_string` to merge empty strings into a single instance.
### Custom Syntax