Sha256: b9eb02256168c69926cb055680026a48deb39502d19e2f2087e1b0b2fae16009
Contents?: true
Size: 221 Bytes
Versions: 5
Compression:
Stored size: 221 Bytes
Contents
require_relative 'parser' require_relative 'mathml' module AsciiMath module CLI def self.run(args) asciimath = args.last mathml = AsciiMath.parse(asciimath).to_mathml puts mathml end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
asciimath-1.0.4 | lib/asciimath/cli.rb |
asciimath-1.0.3 | lib/asciimath/cli.rb |
asciimath-1.0.2 | lib/asciimath/cli.rb |
asciimath-1.0.1 | lib/asciimath/cli.rb |
asciimath-1.0.0 | lib/asciimath/cli.rb |