//! AST node models representing literal values in source code.
use BigUint;
use crateFragment;
/// 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.
/// A boolean literal from source.