module Rhetor

The primary module of the gem

Constants

EOF_TOKEN
InvalidPattern
InvalidRuleName
InvalidString
NoStringLoaded
RhetorError
RuleAlreadyExists
Token

Token class represents tokens matched from the input.

@attr_reader [Object] value the value of the token @attr_reader [Symbol] name the name of the matched rule @attr_reader [Integer] position the position of the matched substring @attr_reader [Integer] length the length of the matched substring

UnmatchedString
VERSION