class Funk::Reader
- Funk::Reader
- Reference
- Object
Defined in:
funk/syntax/reader.crConstant Summary
-
EOF =
'\0'
Constructors
Instance Method Summary
- #buffer : IO::Memory
- #buffer=(buffer : IO::Memory)
- #current : Char
- #current=(current : Char)
-
#finalize!
Fill the buffer
- #peek : Char
- #pos : Int32
- #pos=(pos : Int32)
- #read_char : Char
- #source : IO
- #source=(source : IO)