Tokens as separate entities
Identifier $(GREEN [a-zA-Z_][a-zA-Z0-9_]*)
Number Float or Integer $(GREEN [0-9]+ (.[0-9]+)?)
String value - get this token if symbol start with $(GREEN ")
Special symbol like '=', '+', '%' etc.
Base token
See Source File
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
© 2017 Andrey Kabylin
Tokens as separate entities