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