Sha256: 9565ae580a2f0da0ac11f6da8ff9b19a88e0788708039d412e06bebdb726d628

Contents?: true

Size: 167 Bytes

Versions: 2

Compression:

Stored size: 167 Bytes

Contents

#!/usr/bin/env ruby
# The command line Haml parser.

$LOAD_PATH.unshift File.dirname(__FILE__) + '/../lib'
require 'q'

opts = Q::Exec::Compiler.new(ARGV)
opts.parse!

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
qlang-0.0.14 bin/dydx
qlang-0.0.1 bin/dydx