Module: Rucc::OP

Defined in:
lib/rucc/op.rb

Constant Summary collapse

SIZEOF =

Not used as keyword in C-code

"OP::SIZEOF"
CAST =
"OP::CAST"
SHR =
"OP::SHR"
SHL =
"OP::SHL"
A_SHR =
"OP::A_SHR"
A_SHL =
"OP::A_SHL"
PRE_INC =
"OP::PRE_INC"
PRE_DEC =
"OP::PRE_DEC"
POST_INC =
"OP::POST_INC"
POST_DEC =
"OP::POST_DEC"
LABEL_ADDR =
"OP::LABEL_ADDR"

Class Method Summary collapse

Class Method Details

.operatorsObject



11
12
13
# File 'lib/rucc/op.rb', line 11

def operators
  @operators
end