module Noir::GroovyLiteralScanner

Extended Modules

Defined in:

utils/groovy_literal_scanner.cr

Constant Summary

SLASHY_PRECEDING_CHARS = ['(', '[', '{', ',', ':', ';', '=', '!', '&', '|', '?', '+', '-', '*', '%', '<', '>', '~']
SLASHY_PRECEDING_KEYWORDS = Set {"assert", "case", "in", "return", "throw"}

Instance Method Summary

Instance Method Detail

def skip_literal(content : String, pos : Int32) : Int32 | Nil #

[View source]