module Herb

def self.parse(source)

def self.parse(source)
  ParseResult.new(
    LibHerb.herb_parse(source)
  )
end