module Ven

Defined in:

lib.cr
ven.cr
ven/compile.cr
ven/legate.cr
ven/machine.cr
ven/optimize.cr
ven/orchestra.cr
ven/program.cr
ven/read.cr
ven/suite/chunk.cr

Constant Summary

VERSION = "0.1.1-rev13"

Macro Summary

Macro Detail

macro regex_for(type) #

Returns the regex pattern for word type type. type can be:

  • :SYMBOL
  • :STRING
  • :REGEX
  • :NUMBER
  • :SPECIAL
  • :IGNORE.

Raises if there is no such word.


[View source]