akinomaeni / reading-ruby-under-a-microscope

0 stars 1 forks source link

1章メモ #1

Open akinomaeni opened 8 years ago

akinomaeni commented 8 years ago

あー今このMacにメモのこってないや

akinomaeni commented 8 years ago

1章は若杉さんのスライドで予習してた範囲 http://www.slideshare.net/5t111111/yarv-introduction

akinomaeni commented 8 years ago

RipperのsexpがS式なのはわかったけど、lexはなんだろうか。

akinomaeni commented 8 years ago

Ripper::Lexerが字句解析器でlexical analyzerっぽい http://docs.ruby-lang.org/ja/2.3.0/class/Ripper=3a=3aLexer.html

akinomaeni commented 8 years ago

sexpで得られたS式が つくって学ぶプログラミング言語 でやったのと同じ感じで学んだことが繋がった感があって嬉しい

akinomaeni commented 8 years ago

integration test