module Omnium::Interpreter

Public Class Methods

new(parser) click to toggle source
# File lib/omnium/interpreter.rb, line 8
def self.new(parser)
  Interpreter::Core.new(parser)
end