Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
rpn
v0.1.0
RPN
Lexer
Operator
Built with Crystal 1.9.2
2023-10-07 20:21:55 UTC
class
RPN::Lexer
RPN::Lexer
Reference
Object
Defined in:
rpn/lexer.cr
Constructors
.new
(str : Slice(UInt8), infix : Bool)
Instance Method Summary
#has_next?
#next
Constructor Detail
def self.
new
(str : Slice(UInt8), infix : Bool)
#
[
View source
]
Instance Method Detail
def
has_next?
#
[
View source
]
def
next
#
[
View source
]