This commit is contained in:
cozis
2022-03-27 17:27:55 +02:00
parent db9dfe82bd
commit 4039d6eee2
+6 -7
View File
@@ -1,13 +1,12 @@
# The Noja language # The Noja language
1. [Introduction](#introduction) 1. [Introduction](#introduction)
2. [Objective](#objective) 2. [Objective](#objective)
3. [Overview](#overview) 3. [Show me the code!](#show-me-the-code)
4. [Show me the code!](#show-me-the-code) 4. [Implementation overview](#implementation-overview)
5. [Implementation overview](#implementation-overview) 5. [Supported platforms](#supported-platforms)
6. [Supported platforms](#supported-platforms) 6. [Development state](#development-state)
7. [Development state](#development-state) 7. [Build](#build)
8. [Build](#build) 8. [Usage](#usage)
9. [Usage](#usage)
## Introduction ## 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. 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.