class Gamefic::Syntax

def regexp

Returns:
  • (Regexp) -
def regexp
  @regexp ||= Regexp.new("^#{make_tokens.join(' ')}$", Regexp::IGNORECASE)
end