Sha256: ae3c4832414bb34208d029bcb6459bc90522783ceb101a6b653a9c37562d3b7a

Contents?: true

Size: 326 Bytes

Versions: 8

Compression:

Stored size: 326 Bytes

Contents

module Qlang
  module Parser
    module IntegralParser
      include Base
      def execute(els)
        integrated, range = els[0], els[1]

        integrated.rm!(' ')

        IntegralApi.execute(FormulaParser.execute(integrated[0..-3]), integrated[-2..-1], range)
      end
      module_function :execute
    end
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
hilbert-0.0.2700000 lib/qlang/parser/integral_parser.rb
qlang-0.0.27182124 lib/qlang/parser/integral_parser.rb
qlang-0.0.27182123 lib/qlang/parser/integral_parser.rb
qlang-0.0.27182122 lib/qlang/parser/integral_parser.rb
qlang-0.0.27182121 lib/qlang/parser/integral_parser.rb
qlang-0.0.27182120 lib/qlang/parser/integral_parser.rb
qlang-0.0.27182110 lib/qlang/parser/integral_parser.rb
qlang-0.0.27182100 lib/qlang/parser/integral_parser.rb