mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* tool/parse.rb: replace YARVCore by VM class.
http://d.hatena.ne.jp/ysano2005/20070128 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f74039ec51
commit
024c694c95
3 changed files with 9 additions and 4 deletions
|
@ -6,7 +6,7 @@ puts '# ' + '-' * 70
|
|||
puts $str
|
||||
puts '# ' + '-' * 70
|
||||
|
||||
$parsed = YARVCore::InstructionSequence.compile_file($file)
|
||||
$parsed = VM::InstructionSequence.compile_file($file)
|
||||
puts "# disasm result: "
|
||||
puts '# ' + '-' * 70
|
||||
puts $parsed.disasm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue