Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
tansang
master
Calculator
Foo
Tansang
TknKind
Token
TokenKind
TokenProcess
TokenTable
Built with Crystal 1.9.2
2023-10-07 18:29:50 UTC
class
Calculator
Calculator
Reference
Object
Defined in:
expression.cr
Constructors
.new
Instance Method Summary
#expression
#factor
#input
(str : String)
#nextChar
: Char
#nextToken
#operate
(op : TknKind)
#statement
#term
Constructor Detail
def self.
new
#
[
View source
]
Instance Method Detail
def
expression
#
[
View source
]
def
factor
#
[
View source
]
def
input
(str : String)
#
[
View source
]
def
nextChar
: Char
#
[
View source
]
def
nextToken
#
[
View source
]
def
operate
(op :
TknKind
)
#
[
View source
]
def
statement
#
[
View source
]
def
term
#
[
View source
]