module
Noir::GroovyLiteralScanner
Extended Modules
Defined in:
utils/groovy_literal_scanner.crConstant Summary
-
SLASHY_PRECEDING_CHARS =
['(', '[', '{', ',', ':', ';', '=', '!', '&', '|', '?', '+', '-', '*', '%', '<', '>', '~'] -
SLASHY_PRECEDING_KEYWORDS =
Set {"assert", "case", "in", "return", "throw"}