Distinguish string literals from identifiers in custom syntax parser.

This commit is contained in:
Stephen Chung
2022-09-24 16:59:01 +08:00
parent f2b1184805
commit def1a683ef
4 changed files with 26 additions and 14 deletions

View File

@@ -1,6 +1,14 @@
Rhai Release Notes
==================
Version 1.11.0
==============
Enhancements
* The look-ahead symbol for custom syntax now renders a string literal in quotes (instead of the generic term `string`). This facilitates more accurate parsing by separating strings and identifiers.
Version 1.10.1
==============