バイナリ作るならLLVM使えば良いという話もあり
$ out/8cc -Ilibc -S hello.c -o hello.eir $ out/elc -rb hello.eir > hello.rb $ ruby hello.rb Hello, world!