Update the TOC of README.org

This commit is contained in:
Sameer Rahmani 2020-12-16 19:11:21 +00:00
parent 817625d1e6
commit 4b17c0d740
1 changed files with 3 additions and 0 deletions

View File

@ -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