module Pratt::TokenType
Direct including types
- Bantam::BantamParser
- Pratt::Lexer
- Pratt::OperatorExpression
- Pratt::PostfixExpression
- Pratt::PrefixExpression
Defined in:
tokentype.crInstance Method Summary
-
#punctuator(token : Type) : Char | Nil
If the TokenType represents a punctuator (i.e.
Instance Method Detail
If the TokenType represents a punctuator (i.e. a token that can split an identifier like '+', this will get its text.