[obsidian] vault backup: 2025-01-15 16:35:43[
All checks were successful
Build / build (push) Successful in 10m25s
All checks were successful
Build / build (push) Successful in 10m25s
This commit is contained in:
28
content/プログラミングの良いチュートリアル.md
Normal file
28
content/プログラミングの良いチュートリアル.md
Normal file
@ -0,0 +1,28 @@
|
||||
---
|
||||
date: "2023-11-16T13:18:49+0900"
|
||||
---
|
||||
#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/)
|
||||
|
||||
[Crafting Interpreters](https://craftinginterpreters.com/)
|
||||
|
||||
[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)
|
||||
|
||||
[OS in 1,000 Lines](https://operating-system-in-1000-lines.vercel.app/)
|
||||
|
||||
[Writing an OS in 1,000 Lines を Rust でやってみた](https://zenn.dev/utouto97/articles/c87fb8936fdbad)
|
||||
|
||||
|
Reference in New Issue
Block a user