class Crylox::Literal
- Crylox::Literal
- Crylox::Expr
- Reference
- Object
Defined in:
generate_ast.crConstructors
-
.new(value : LiteralType)
Creating initialize
Instance Method Summary
- #base_class
- #construction_args
- #name_of_class
-
#value : Bool | Float32 | String | Nil
Adding property
-
#value=(value : Bool | Float32 | String | Nil)
Adding property