module

Dragonstone::IR::Lowering::Supports::VM

Constants

SUPPORTED_BINARY_OPERATORS = Set {:+, :&+, :-, :&-, :*, :&*, :/, ://, :%, :**, :&**, :&, :|, :^, :<<, :>>, :==, :!=, :<, :<=, :>, :>=, :"&&", :"||", :<=>}
SUPPORTED_RANGE_OPERATORS = Set {:"..", :"..."}
SUPPORTED_UNARY_OPERATORS = Set {:+, :&+, :-, :&-, :!, :~}

Instance methods

last_failure
Source
supports?(program : AST::Program) : Bool
Source