21 22 23 24 25
# File 'lib/emfrp/compile/c/monofy.rb', line 21 def self.monofy(top) m = new(top) m.monofy() m.sort_nodes() end