Knitout - Knitwork
Knitout is a language for controlling knitting machines. Knitout files are utf8 text files with linux line-endings. Each line of the file contains an operation and/or a comment.
All knitout files must begin with a magic string that indicates that knitout is the file format and specifies the version-;!knitout-VERSION. (NOTE: it is important that this is the very first line of code; not even a ;comment can precede it).
Next, a number of headers can be added, with the only required header being ;;Carriers:.
Comments start with a semi-colon (e.g. ;a comment); any text in that line of code that follows the semi-colon will be ignored.
Knitout - Knitwork
https://knit.work/knitout/
#
All knitout files must begin with a magic string that indicates that knitout is the file format and specifies the version-;!knitout-VERSION. (NOTE: it is important that this is the very first line of code; not even a ;comment can precede it).
Next, a number of headers can be added, with the only required header being ;;Carriers:.
Comments start with a semi-colon (e.g. ;a comment); any text in that line of code that follows the semi-colon will be ignored.
Knitout - Knitwork
https://knit.work/knitout/