Class: FifthedSim::Compiler::Transform

Inherits:
Parslet::Transform
  • Object
show all
Defined in:
lib/fifthed_sim/compiler/transform.rb

Constant Summary collapse

FUNC_MAP =
{
  "max" => :or_greater,
  "min" => :or_least
}