Skip to content

khepin/craftinginterpreters

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the repo used to build the in-progress book "Crafting Interpreters".

If you find an error or have a suggestion for the book, please do file an issue here. Thank you!

How the book is built

It's a fairly simple static site generator. The generated HTML is committed in the repo under site/. It is built from a combination of Markdown for prose, which lives in book/, and snippets of code that are weaved in from the Java and C implementations in java/ and c/.

The script that does all the magic is util/build.py.

About

Repository for the book "Crafting Interpreters"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 55.7%
  • C 15.3%
  • Python 10.3%
  • Java 9.2%
  • CSS 5.9%
  • Objective-C 1.8%
  • Other 1.8%