Dragonstone::IR::Lowering::Supports::VM
Constants
SUPPORTED_BINARY_OPERATORS = Set {:+, :&+, :-, :&-, :*, :&*, :/, ://, :%, :**, :&**, :&, :|, :^, :<<, :>>, :==, :!=, :<, :<=, :>, :>=, :"&&", :"||", :<=>}
SUPPORTED_RANGE_OPERATORS = Set {:"..", :"..."}
SUPPORTED_UNARY_OPERATORS = Set {:+, :&+, :-, :&-, :!, :~}
Instance methods
last_failure
Source