言語処理系を自作する本や資料
ハンズオン的なやつ
実際に手を動かして一緒につくろう、的なやつ
『インタプリタの作り方』
『Rustで作るプログラミング言語』
『Lisp Interpreter In Rust』
『Go言語でつくるインタプリタ』
『Writing An Compiler In Go』
はじめてのインタープリター
@myuon
typescript実装
Chapter 13
エラーの取り扱い
Chapter15
型チェッカーの実装
単一化
の話とか
Chapter16
formatterの実装
『プログラミング言語を作る』
Cコンパイラ作成入門 メモ
mal
Eldiro
https://lunacookies.github.io/lang/
Rust実装
https://qiita.com/shuetsu@github/items/ac21e597265d6bb906dc
Arrayだけで言語を作る
ホスト言語は
Java
https://christine.website/blog/minicompiler-lexing-2020-10-29
Rustで作るミニコンパイラ
https://github.com/mattn/orelang
mttan
さんの記事