2006-09-13から1日間の記事一覧

偽lisp

パース部分がc++のソースなのに,微妙にlispっぽくなってかっこいい.ソース中では Expression *lhs = CreateIntLiteral(1); ret = AddBiInst( rhs, Compose( op, lhs)); ret = AddBiInst( ret, CreateOp2( codeStore, type, index));みたいなコードになって…