新月開発作戦会議室

44687f24 :Anonymous 2006-08-04 10:22
[]をスタックで処理すればいいよ

case '[':
++stack_count;
break;
case ']':
if (--stack_count == 0) {
goto _end;
}
break;
Powered by shinGETsu.