Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix link to every step in README #618

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ guide](process/guide.md).

The make-a-lisp steps are:

* [step0_repl](process/guide.md#step0)
* [step1_read_print](process/guide.md#step1)
* [step2_eval](process/guide.md#step2)
* [step3_env](process/guide.md#step3)
* [step4_if_fn_do](process/guide.md#step4)
* [step5_tco](process/guide.md#step5)
* [step6_file](process/guide.md#step6)
* [step7_quote](process/guide.md#step7)
* [step8_macros](process/guide.md#step8)
* [step9_try](process/guide.md#step9)
* [stepA_mal](process/guide.md#stepA)
* [step0_repl](process/guide.md#step-0-the-repl)
* [step1_read_print](process/guide.md#step-1-read-and-print)
* [step2_eval](process/guide.md#step-2-eval)
* [step3_env](process/guide.md#step-3-environments)
* [step4_if_fn_do](process/guide.md#step-4-if-fn-do)
* [step5_tco](process/guide.md#step-5-tail-call-optimization)
* [step6_file](process/guide.md#step-6-files-mutation-and-evil)
* [step7_quote](process/guide.md#step-7-quoting)
* [step8_macros](process/guide.md#step-8-macros)
* [step9_try](process/guide.md#step-9-try)
* [stepA_mal](process/guide.md#step-a-metadata-self-hosting-and-interop)

Each make-a-lisp step has an associated architectural diagram. That elements
that are new for that step are highlighted in red.
Expand Down