From cb04b86347e049de73873362d54d5fff266238a5 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 4 Jan 2017 00:18:15 -0500 Subject: [PATCH] Added TODO --- docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md b/docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md index f9a98e2b..29fbc2b8 100644 --- a/docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md +++ b/docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md @@ -12,6 +12,8 @@ In addition, developing [Husk Scheme](http://justinethier.github.io/husk-scheme) ## Table of Contents +TODO: sync all of this up with the sections (subsections?) below + - [Overview](#overview) - [Source-to-Source Transformations](#source-to-source-transformations) - [C Code Generation](#c-code-generation)