summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-08-08 08:47:20 -0400
committernodist <kevin.comas.git@gmail.com>2026-08-08 08:47:20 -0400
commitd25ad596b0f7c77e44055adc7669971b1187bcab (patch)
tree4ecf006f1aaf15f5dcb9f1c9f8d764ab00f1f65c /docs
parentbb912b081ed339e4a5419bd3d2ffd7465f2f72d3 (diff)
reset
Diffstat (limited to 'docs')
-rw-r--r--docs/definitions.md47
-rw-r--r--docs/index.md7
2 files changed, 0 insertions, 54 deletions
diff --git a/docs/definitions.md b/docs/definitions.md
deleted file mode 100644
index 0b1140e..0000000
--- a/docs/definitions.md
+++ /dev/null
@@ -1,47 +0,0 @@
-# Definitions
-
-Kevin's nomenclature for Kevin's language
-
----
-
-## Syntax Definitions
-
-### Var `[a-z][0-9A-Za-z_]{0,49}`
-
-### Type `[A-Z][0-9A-Za-z_]{0,49}`
-
-### Qualifier `%[a-z]\+`
-
-### Symbol `\.[0-9A-Za-z_]{1,50}`
-
-### Character `'\\?.'
-
-### String `".*?"`
-
-### Operator ``[a-z].*?\|[~!$&*-+=|:;,./]`
-
-### Statement
-
-### Separator `\n\|;`
-
-### List `()`
-
-### Definition `[]`
-
-### Action `[@#^?]`
-
-### Body `{}`
-
-## Runtime Definitions
-
-### Task
-
-A collection of runtime state
-
-### Procedure
-
-A collection of code for a task
-
-### Process
-
-A collection of procedures for a task
diff --git a/docs/index.md b/docs/index.md
index fda9b2c..e69de29 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,7 +0,0 @@
-# Kevins Programming Language (KPL)
-
-Typed Jitted Asynchronous
-
-Language Specification Version 0.0.0
-
----