Sha256: b72e8a772c3c4f9d989a2eba7fa3ffdf4d4a65907e4dfdb6e15c179d606218a1
Contents?: true
Size: 742 Bytes
Versions: 1
Compression:
Stored size: 742 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 ## TODO Add tests
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hquby-0.1.2 | README.md |