public
Description: Red Sun - Ruby to Flash compiler and framework
Homepage: http://jonathanbranam.net
Clone URL: git://github.com/jonathanbranam/redsun.git
redsun / ruby_cmds.sh
100644 18 lines (8 sloc) 0.523 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#Figure out some way to execute this properly:
 
ruby -Ilib -Itest /usr/bin/spec test/redsun_spec.rb
 
mspec -Ilib -Itest test/redsun_spec.rb
 
ruby -Ilib -Itest -Iresearch -rex -e 'RedSun::ABC::ABCFile.pp_yarv(@sc)'
 
ruby -Ilib -Itest -Iresearch -rex -e 'RedSun::ABC::ABCFile.yarv_to_as3(@sc)'
 
ruby -Ilib -Itest -Iresearch -rex -e 'RedSun::ABC::ABCFile.yarv_to_as3(bc("research/asterism.rb"))'
 
ruby -Ilib -Itest -Iresearch -rex -e 'puts RedSun::ABC::ABCFile.yarv_to_string(@sc).inspect'
 
irb -Ilib -Itest -Iresearch -rex