struct Fexpr::TokenResult
- Fexpr::TokenResult
- Struct
- Value
- Object
Overview
Represents the result of scanning a token, including any error information.
Defined in:
fexpr/scanner.crConstructors
Instance Method Summary
-
#error? : Bool
Returns true if an error occurred during scanning.
- #message : String | Nil
- #message=(message : String | Nil)
- #token : Token
- #token=(token : Token)