From 4039d6eee20cb0fad54d119d610067f13838619d Mon Sep 17 00:00:00 2001 From: cozis Date: Sun, 27 Mar 2022 17:27:55 +0200 Subject: [PATCH] upd rdme --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 13c1af0..31e8774 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,12 @@ # The Noja language 1. [Introduction](#introduction) 2. [Objective](#objective) -3. [Overview](#overview) -4. [Show me the code!](#show-me-the-code) -5. [Implementation overview](#implementation-overview) -6. [Supported platforms](#supported-platforms) -7. [Development state](#development-state) -8. [Build](#build) -9. [Usage](#usage) +3. [Show me the code!](#show-me-the-code) +4. [Implementation overview](#implementation-overview) +5. [Supported platforms](#supported-platforms) +6. [Development state](#development-state) +7. [Build](#build) +8. [Usage](#usage) ## Introduction This language was written as a personal study of how interpreters and compilers work. For this reason, the language is very basic. One of the main inspirations was CPython.