
messages.attributeDescriptions.tokens.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grammar-kit Show documentation
Show all versions of grammar-kit Show documentation
Grammar-Kit library dedicated for language plugin developers.
The newest version!
List of tokens and their string values. Regexp tokens are required by Live Preview.
Examples:
{
tokens = [
id="regexp:\w+" // regexp token
string // no value or pattern
PLUS_OP="+"
SWITCH="switch"
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy