Skip to content

Instantly share code, notes, and snippets.

View lemonadern's full-sized avatar
🙃

Taishi Naka lemonadern

🙃
View GitHub Profile
/*
This code is a Rust reimplementation of Dmitry Soshnikov's JavaScript implementation.
See: https://gist.github.com/DmitrySoshnikov/1239804/ba3f22f72d7ea00c3a662b900ded98d344d46752
*/
struct Stack<T>(Vec<T>);
@lemonadern
lemonadern / language-learning.md
Last active March 23, 2023 03:28
言語処理系関連の勉強でやったことリスト

Scrapboxに移行しました。このgistが更新される予定はありません。

What is this

言語処理系らへんの勉強としてやったことリスト

まだまだひよっこなので、 勉強しながら随時更新していく

再掲:Scrapboxに移行しました。このgistが更新される予定はありません。

@lemonadern
lemonadern / ast-and-static-analysis-and-so-on.md
Last active November 19, 2022 09:39
資料集:ASTとか静的解析とかに入門するスライド

What is this

最近パーサを書いていて、ASTの扱いとか解析に関する情報が気になっていろいろ調べた
どうせ後からも参照するので、スライドを一旦まとめている

Contents