bin/hilbert in hilbert-0.0.2700001 vs bin/hilbert in hilbert-0.0.2700100

- old
+ new

@@ -1,19 +1,19 @@ #!/usr/bin/env ruby require 'hilbert' -# Q command line +# Hilbert command line require 'hilbert/exec' -# Q interpreter +# Hilbert interpreter require 'hilbert/iq' # TODO: There are vanch of todo .. case ARGV.first when '-i' loop do - print 'Q:-> ' + print 'Enjoy! -> ' begin input = $stdin.gets output = Hilbert::Iq.execute(input) $stdout.puts output rescue => e