Merge remote-tracking branch 'origin/v4' into v4

This commit is contained in:
2023-12-06 03:51:15 +09:00
7 changed files with 11 additions and 2 deletions

View File

@ -0,0 +1,9 @@
#programming-language #compiler-design
[[Erg]]言語作者のShibaさんが実装しているのがめちゃめちゃ詳しい
https://zenn.dev/mtshiba/books/language_server_protocol
[[Erg]]自体のコンパイラとLanguage Serverが[[Rust]]で実装されているので参考になる
https://github.com/erg-lang/erg/tree/main/crates/els

View File

@ -2,6 +2,7 @@
[[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/)