1
0
mirror of https://github.com/HybridDog/pdisc.git synced 2025-07-15 06:40:28 +02:00
A  .gitignore
A  LICENSE.txt
A  README.md
A  depends.txt
A  faden.lua
A  init.lua
A  parser.lua
A  standardbefehlssatz.lua
A  textures/pdisc.png
This commit is contained in:
HybridDog
2016-11-13 14:42:57 +01:00
commit b3ce57c5b4
9 changed files with 353 additions and 0 deletions

10
README.md Normal file
View File

@ -0,0 +1,10 @@
commands are read line by line
```[<labelname>:] [<commandname> [<arg1>[,<arg2[…]]]] [; <comment>]```
arguments can be either variables, labels or immediates,
labels are replaced with immediates which have the line numbers of the labels as their values
true/false: boolean (immediate)
12.6: number (immediate)
$hello nwae: string (immediate)
nodolla: either a label is called so (immediate) or it's a variable