quartz-research-note/content/プログラミング言語理論一般.md
松浦 知也 Matsuura Tomoya 72368b208c
All checks were successful
Build / build (push) Successful in 1m54s
modified frontmatter depending on timestamp
2024-02-08 18:01:44 +09:00

22 lines
677 B
Markdown

---
date: "2023-12-06T12:07:09+09:00"
---
#programming-language #compiler-design
[[Node.jsで約100行で書くLISP風ラムダ計算]]
[[計算機プログラムの構造と解釈]]
[[Language Server Protocol]]
[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)