Sha256: fad4f9108cde370e266927a695079d55f6bd608a4386c7d4676057e710fb3d81

Contents?: true

Size: 289 Bytes

Versions: 9

Compression:

Stored size: 289 Bytes

Contents

module Hilbert
  module Parser
    module SigmaParser
      include Base
      def self.execute(els)
        var, from, to, formula = els

        SigmaApi.execute(
          FormulaParser.execute(formula),
          var,
          from,
          to
        )
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hilbert-0.0.2700420 lib/hilbert/parser/sigma_parser.rb
hilbert-0.0.2700410 lib/hilbert/parser/sigma_parser.rb
hilbert-0.0.2700400 lib/hilbert/parser/sigma_parser.rb
hilbert-0.0.2700320 lib/hilbert/parser/sigma_parser.rb
hilbert-0.0.2700300 lib/hilbert/parser/sigma_parser.rb
hilbert-0.0.2700210 lib/hilbert/parser/sigma_parser.rb
hilbert-0.0.2700110 lib/hilbert/parser/sigma_parser.rb
hilbert-0.0.2700100 lib/hilbert/parser/sigma_parser.rb
hilbert-0.0.2700001 lib/hilbert/parser/sigma_parser.rb