Sha256: 0ae2bfc2f0dcade5519489d464144e3a7784368f0307637d7c9877e998c030f4
Contents?: true
Size: 718 Bytes
Versions: 2
Compression:
Stored size: 718 Bytes
Contents
# hquby **hquby** is a HQ9+ implementation written in Ruby. You can: - jump straight to interactive mode `$ ./hquby.rb` - execute script from the command line `$ ./hquby.rb -e 'hqq+'` - read commands from the standard input `$ echo -n 'hq99+' | ./hquby.rb` - read commands from script files `$ ./hquby.rb script1.hq script2.hq` **hquby** supports Readline library. You can also use the following service commands while in interactive mode: `:help` - show options summary `:setprompt PROMPT` - set new prompt `:examine` - print hidden variable value (for debug purposes!) `:quit` - terminate the shell ## Installation $ gem install hquby
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hquby-0.1.1 | README.md |
hquby-0.1.0 | README.md |