Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
compiler
main
Lucid
Compiler
Alias
Assign
BoolLiteral
Call
CharLiteral
ClassVar
Const
Def
Error
FloatLiteral
Base
Ident
Infix
Operator
InstanceVar
IntLiteral
Base
Lexer
Location
NilLiteral
Node
Parameter
Parser
Exception
Path
Prefix
Operator
ProcLiteral
Program
Require
Self
StringLiteral
Token
Kind
Underscore
Var
Generated using Crystal 1.14.0
2024-12-21 15:45:53 UTC
enum
Lucid::
Compiler::
FloatLiteral::
Base
Defined in:
compiler/node.cr
Enum Members
F32
=
0
F64
=
1
Invalid
=
2
Instance Method Summary
#f32?
#f64?
#invalid?
Instance Method Detail
def
f32?
#
[
View source
]
def
f64?
#
[
View source
]
def
invalid?
#
[
View source
]