summaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-03 13:32:57 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-03 13:32:57 -0400
commitaf9a7e5fcd83f3fab09c309e405f580b06dc5179 (patch)
treefc6656d3dbbc5fb96781acdd1e7efb710d918d18 /docs/index.md
parent8bab3c5a97c035cc8dadfea9b2a9a761cdf7997c (diff)
add syntax page
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/index.md b/docs/index.md
index e50ff97..8d651be 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -6,7 +6,7 @@
## Overview
-KPL is a statically typed and just in time compiled scripting language. The goal is to be something lower level then JavaScript/Python/Ruby/LUA but on a higher level then Go.
+KPL is a statically typed and just in time compiled scripting language. The goal is to be something lower level then JavaScript/Python/Ruby/Lua but on a higher level then Go.
This specification not only describes the language syntax but it's implementation because syntax reflects the implementation and vice versa.
@@ -22,4 +22,9 @@ This specification not only describes the language syntax but it's implementatio
* Minimal dependencies, most X64 Linux distros shouldn't need to install anything to compile and run the source
-* Lightweight, can run a VPS with only one Core and 1 Gigabyte of RAM
+* Lightweight, can run a VPS with 1 CPU Core and 1 Gigabyte of RAM
+
+## Contents
+
+1. ##### [Syntax](./syntax/index.md)
+2. ##### [Type System](./type_system/index.md)