a mod supposed to be used for programming robots in minetest https://github.com/HybridDog/pdisc
Go to file
HybridDog b3ce57c5b4 💥
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
2016-11-13 14:42:57 +01:00
textures 💥 2016-11-13 14:42:57 +01:00
.gitignore 💥 2016-11-13 14:42:57 +01:00
LICENSE.txt 💥 2016-11-13 14:42:57 +01:00
README.md 💥 2016-11-13 14:42:57 +01:00
depends.txt 💥 2016-11-13 14:42:57 +01:00
faden.lua 💥 2016-11-13 14:42:57 +01:00
init.lua 💥 2016-11-13 14:42:57 +01:00
parser.lua 💥 2016-11-13 14:42:57 +01:00
standardbefehlssatz.lua 💥 2016-11-13 14:42:57 +01:00

README.md

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