C2FORTH

C->forth 

修改成

void fun ( ) {  } -> code fun ( -- ) ;

Forth VM asm 修改成

ForthVM.OP.type <ForthVM.result>,<ForthVM.param$1>,<ForthVM.param$2> ;

對照

<LLVM.result> = LLVM.OP <LLVM.type> <LLVM.param$1>,<LLVM.param$2> ;

http://llvm.org/docs/LangRef.html#simple-constants