From 4b17c0d740c18e56bd4035445d3e2abf2697fcb6 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Wed, 16 Dec 2020 19:11:21 +0000 Subject: [PATCH] Update the TOC of README.org --- bootstrap/README.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap/README.org b/bootstrap/README.org index f325941..8a2b2ca 100644 --- a/bootstrap/README.org +++ b/bootstrap/README.org @@ -1,7 +1,10 @@ +#+OPTIONS: num:t toc:nil * Serene lang (Bootstrap interpreter) The bootstrap version of Serene is used to bootstrap the compiler which is written in Serene itself. It's an interpreter with minimal set of features and rough edges. +#+TOC: headlines 2 + ** Heads up Since the interpreter is there to bootstrap the compiler the goal is to keep it simple and good enough too run the compiler. So we don't want to over engineer things because the interpreter will go away