タグ

ブックマーク / craftinginterpreters.com (1)

  • Crafting Interpreters

    Ever wanted to make your own programming language or wondered how they are designed and built? If so, this book is for you. Crafting Interpreters contains everything you need to implement a full-featured, efficient scripting language. You’ll learn both high-level concepts around parsing and semantics and gritty details like bytecode representation and garbage collection. Your brain will light up w

    efcl
    efcl 2022/06/05
    プログラミング言語を作って実行するチュートリアルの書籍。 トークないず、パース、Bytecode VMを作ってインタプリタを作成
  • 1