module Omnium::Parser
Base class for the abstract syntax tree
Public Class Methods
new(lexer)
click to toggle source
# File lib/omnium/parser.rb, line 23 def self.new(lexer) Parser::Core.new(lexer) end
Base class for the abstract syntax tree
# File lib/omnium/parser.rb, line 23 def self.new(lexer) Parser::Core.new(lexer) end