These are the sources used to build the second edition of Eloquent JavaScript (http://eloquentjavascript.net).
The rewrite is a work in progress. Feedback welcome, in the form of issues and pull requests.
npm install
apt-get install asciidoc
make html
# and optionally
apt-get install texlive inkscape
make tex
For OSX, you can use port or brew to install the asciidoc package.