diff --git a/docs/Writing-the-Cyclone-Scheme-Compiler-Revised-2017.md b/docs/Writing-the-Cyclone-Scheme-Compiler-Revised-2017.md index b682325c..1a88554f 100644 --- a/docs/Writing-the-Cyclone-Scheme-Compiler-Revised-2017.md +++ b/docs/Writing-the-Cyclone-Scheme-Compiler-Revised-2017.md @@ -36,6 +36,7 @@ Before we get started, I want to say **Thank You** to all of the contributors to - [Native Thread Support](#native-thread-support) - [Reader](#reader) - [Interpreter](#interpreter) + - [Compiler Internals](#compiler-internals) - [Scheme Standards](#scheme-standards) - [Benchmarks](#benchmarks) - [Future](#future)