Created by: zeffii
extended socket info parsing,
- adds experimental
+inparsing, this is subject to change- uses regex
- allows named socket (internally sets label) using
# name="Some Name"- current requires double quote to surround the name
- allows:
+in named_socket v d=[[0, 0, 0]] n=2 # name="Some Name" +in named_socket s d="some content" n=2 +in named_socket v d=[[0, 0, 0]] n=2 - allows spaces in defaults
- forces
defaultsandnestedparameters to follow a strict styled=<your default> n=<1, 2 or 3>
I will not be documenting this until it's ready, but the regex will be clearly described.
- adds a random color
macro