class Kaze::Scanner
- Kaze::Scanner
- Reference
- Object
Overview
A scanner that scans a file or line for tokens, parses and returns them.
Defined in:
scanner.crConstructors
Instance Method Summary
-
#scan_tokens : Array(Token) | Nil
Scans the file for tokens until the end of the file.
Constructor Detail
Instance Method Detail
Scans the file for tokens until the end of the file.