We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To use additional syntax, we can add special markers & flags
The entry point like:
@x ...
@x ... @
Where x the any supported combination, like single symbol [0-9a-z] or complex expressions like {1,7}.
x
{1,7}
This related for #1 (v2 - markers via flags), but the main idea to extend syntax for support additional features like the following below.
MS_ANYSP = _T('>'), // as [^/]* //TODO: >\>/ i.e. '>' + {symbol}
@B>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To use additional syntax, we can add special markers & flags
The entry point like:
@x ...
@x ... @
Where
x
the any supported combination, like single symbol [0-9a-z] or complex expressions like{1,7}
.This related for #1 (v2 - markers via flags), but the main idea to extend syntax for support additional features like the following below.
Sub-Issues
Special symbol-logic like for current '>'
MS_ANYSP = _T('>'), // as [^/]* //TODO: >\>/ i.e. '>' + {symbol}
@B>
...etc.
The text was updated successfully, but these errors were encountered: