You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When declared as a <string>, its value would be parsed against <syntax> instead of calling consume a syntax definition, which could be removed.
Note that the <syntax> value range is slightly wider than what this algo allows, since it matches syntax component names case-sensitively. I think that is the only difference.
The text was updated successfully, but these errors were encountered:
The
syntax
descriptor could now be defined with a "naked" value matching<syntax>
.When declared as a
<string>
, its value would be parsed against<syntax>
instead of calling consume a syntax definition, which could be removed.Note that the
<syntax>
value range is slightly wider than what this algo allows, since it matches syntax component names case-sensitively. I think that is the only difference.The text was updated successfully, but these errors were encountered: