# Functions
BoolToFloat converts bool to float64.
BoolToInt converts bool to int64.
CreateAST creates AST from string data.
FloatToBool converts float64 to bool.
FloatToInt converts float64 to int64.
IntToBool converts int64 to bool.
IntToFloat covverts int64 to float64.
StripHexPrefix strips 0x/0X prefixes on hex string.