Available on crate feature
ast-models
only.Expand description
AST node models representing literal values in source code.
Structsยง
- Boolean
Literal - A boolean literal from source.
- Integer
Literal - An integer literal from source. This only contains unsigned integers as writing negative numbers is considered to be a combination of an integer literal with a unary negation.