2023-11-16 04:18:49 +00:00
|
|
|
#programming-language #compiler-design
|
|
|
|
|
2023-11-24 15:30:28 +00:00
|
|
|
[[Node.jsで100行で書くLISP風ラムダ計算]]
|
|
|
|
|
2023-11-16 04:18:49 +00:00
|
|
|
|
|
|
|
[Write a JavaScript Parser in Rust](https://oxc-project.github.io/javascript-parser-in-rust/ja/docs/intro/)
|
|
|
|
|
|
|
|
[Build a Lua Interpreter in Rust](https://wubingzheng.github.io/build-lua-in-rust/en/)
|
|
|
|
|
|
|
|
[低レイヤを知りたい人のためのCコンパイラ作成入門](https://www.sigbus.info/compilerbook#)
|
|
|
|
|
|
|
|
[Lisp in 99 lines of C and how to write one yourself](https://github.com/Robert-van-Engelen/tinylisp)
|
|
|
|
|
|
|
|
[Make A Lisp](https://github.com/kanaka/mal)
|