diff options
Diffstat (limited to 'docs/definitions.md')
| -rw-r--r-- | docs/definitions.md | 47 |
1 files changed, 0 insertions, 47 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 |
