Object
A Treetop parser for Excel formulas that can generate valid Ruby expression via a rewrite operation, and which can build an array of referenced labels.
Treetop
Excel
# File lib/soroban/parser.rb, line 12 def self.instance @@parser ||= ExcelParser.new end