Package picasso.parser.tokens.chars
-
Class Summary Class Description CharToken A token represented by a single character, e.g., '*', ';', '[' and so on; the method equals compares a CharToken as equal to another CharToken encapsulating the same character.CommaToken Represents a comma in the Picasso programming languageLeftBracketToken Represents a left bracket in the Picasso programming languageLeftParenToken Represents a left parenthesis in the Picasso programming languageQuoteCharToken Represents a left parenthesis in the Picasso programming languageRightBracketToken Represents a right bracket in the Picasso programming languageRightParenToken Represents a right parenthesis in the Picasso programming language