Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
merge
  • Loading branch information
Daniel Holden committed Nov 25, 2017
2 parents 179d84e + 9f9925b commit fbfb2f7
Show file tree
Hide file tree
Showing 75 changed files with 3,266 additions and 5,753 deletions.
9 changes: 8 additions & 1 deletion .gitignore
@@ -1,2 +1,9 @@
*~
*.exe
*.exe
*.log
*.pyc
purchases
BuildYourOwnLisp.epub
BuildYourOwnLisp.mobi
BuildYourOwnLisp.pdf
BuildYourOwnLisp.tar.gz
2 changes: 1 addition & 1 deletion 404.html
Expand Up @@ -6,6 +6,6 @@ <h1>Page Missing - 404</h1> <hr/>

<table class="table">
<tr>
<td class="text-center"><a href="contents"><h4>&bull; Contents &bull;</h4></a></td>
<td class="text-center"><a href="/"><h4>&bull; Home &bull;</h4></a></td>
</tr>
</table>
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -24,8 +24,14 @@ You can't just browse the raw HTML files of the site. The links wont work, and i

```
pip install Flask
pip install Flask-BasicAuth
pip install Flask-Mail
python lispy.py
```

You can specify port via `$PORT`.

```
env PORT=5000 python lispy.py
```

This will serve the site locally at `http://127.0.0.1:5000/`. You can browse it from there.
444 changes: 444 additions & 0 deletions appendix_a_hand_rolled_parser.html

Large diffs are not rendered by default.

539 changes: 91 additions & 448 deletions chapter10_q_expressions.html

Large diffs are not rendered by default.

773 changes: 109 additions & 664 deletions chapter11_variables.html

Large diffs are not rendered by default.

903 changes: 97 additions & 806 deletions chapter12_functions.html

Large diffs are not rendered by default.

0 comments on commit fbfb2f7

Please sign in to comment.