2011-01-01から1年間の記事一覧

Steve Jobs

I won't forget how you inspired my life. My first computer was LC630. During in collage, I encountered your speech. I still can't beleive you have passed. RIP, Steve.

コンパイラの基本構成

文字列をある法則に基づいて区切る処理を行いたい。 その法則とは、 文字列はカンマによって区切られる 「”(ダブルクォーテーション)」によって区切られている文字列にあるカンマは、文字列を区切る対象として除外する。 はじめ、Rubyでこのような文字列を…

Ruby Using array as STACK

Ruby's array could be used for stack.http://ja.wikipedia.org/wiki/字句解析