class Pratt::Lexer
- Pratt::Lexer
- Reference
- Object
Included Modules
- Iterator(Pratt::Token)
- Pratt::TokenType
Defined in:
lexer.crConstructors
Instance Method Summary
-
#next : Token
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements.
Instance methods inherited from module Pratt::TokenType
punctuator(token : Type) : Char | Nil
punctuator
Constructor Detail
Instance Method Detail
Description copied from module Iterator(Pratt::Token)
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.