ぱたへね

はてなダイアリーはrustの色分けができないのでこっちに来た

2018-05-16から1日間の記事一覧

Writing Compilers and Interpreters: A Software Engineering Approach 3rd Edition その2

Writing Compilers and Interpretersを読んでる。 Tokenにソース上の位置情報を持たせてあって、あーなるほどーと関心した。 パーサーやスキャナーは抽象クラスを作って、それらを継承して言語固有のパーサーにするという設計が面白い。オブザーバーパターン…