module Ven
Defined in:
ven.crven/eval.cr
ven/parselet/led.cr
ven/parselet/nud.cr
ven/read.cr
ven/suite/model.cr
ven/world.cr
Constant Summary
-
VERSION =
"0.1.1-rev04"
Macro Summary
-
regex_for(name)
Returns the regex pattern for word name, which can be: *
:SYMBOL
*:STRING
*:REGEX
*:NUMBER
*:SPECIAL
*:IGNORE
.
Macro Detail
macro regex_for(name)
#
Returns the regex pattern for word name, which can be:
:SYMBOL
:STRING
:REGEX
:NUMBER
:SPECIAL
:IGNORE
.