Skip to content

Commit 6896d32

Browse files
committed
booklet
1 parent 1842c0a commit 6896d32

7 files changed

Lines changed: 2203 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ Then install `editors/vscode/skunk/dist/dmgcodevil.skunk-0.0.3.vsix` from VS Cod
6060
## In This Repository
6161

6262
- [docs/index.html](docs/index.html): Skunk Language Reference
63+
- [docs/compiler-booklet.html](docs/compiler-booklet.html): print-friendly compiler booklet with diagrams and a worked example
64+
- [docs/compiler-notebook.md](docs/compiler-notebook.md): compiler notebook, Part 1
65+
- [docs/compiler-notebook-part2.md](docs/compiler-notebook-part2.md): compiler notebook, Part 2
66+
- [docs/compiler-notebook-part3.md](docs/compiler-notebook-part3.md): compiler notebook, Part 3, focused on extending the language/compiler
6367
- [docs/pointers-and-allocators.md](docs/pointers-and-allocators.md): pointer and allocator design note
6468
- [docs/language-development.md](docs/language-development.md): development contract
6569
- [`examples/`](examples): runnable sample programs

0 commit comments

Comments
 (0)