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

This commit is contained in:
松浦 知也 Matsuura Tomoya 2023-12-06 03:51:15 +09:00
commit c8d25355f4
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/)

BIN
docs/images/dns records.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

View File

@ -10,7 +10,7 @@ const config: QuartzConfig = {
provider: "plausible",
},
baseUrl: "garden.matsuuratomoya.com",
ignorePatterns: ["private", "templates"],
ignorePatterns: ["private", "templates",".obsidian"],
defaultDateType: "created",
theme: {
typography: {

View File

@ -1,6 +1,5 @@
@use "./syntax.scss";
@use "./callouts.scss";
@use "./variables.scss" as *;
html {
scroll-behavior: smooth;