class Calcium::ParenToken

Defined in:

calcium/tokens.cr

Constant Summary

PATTERN = /[()]/

Instance Method Summary

Instance methods inherited from class Calcium::SyntaxToken

precedence precedence

Instance methods inherited from class Calcium::Token

==(other : String)
==(other : Token)
==
, to_s(io) to_s, value : String value

Constructor methods inherited from class Calcium::Token

new(value) new

Instance Method Detail

def left? #

[View source]
def precedence #

[View source]
def right? #

[View source]