Syntax - ldinc/catkey GitHub Wiki
Syntax
-short-form
--full-form
arg - true/false arg (bool type 1:0 - true:false)
arg=val
val:bool = true\false (no case sensetive)
val:str = ...
val:inum = ... (int)
val:lnum = ... (long long type ~ common 64b)
val:fnum = ... (float)
val:dnum = ... (double)
val:list = ..., ..., ... (str as elem)
val:elist = e|list (e - empty)
all args can have callback funcs with thier own interfaces for the types.