Module velx
Implementation of the VELX executable format (made from the documentation at https://github.com/Adorable-Catgirl/Random-OC-Docs/blob/master/formats/velx/v1.md)
Functions
parse (stream) | Parse a VELX file from the given stream |
write (velx, stream) | Write a parsed VELX file to a stream |
check (velx) | Check the parsed VELX file for execution on Fuchas |
Tables
Velx | Velx file |
Functions
- parse (stream)
-
Parse a VELX file from the given stream
Parameters:
- stream stream The I/O stream to read from
Returns:
-
Velx
The parsed VELX file
- write (velx, stream)
-
Write a parsed VELX file to a stream
Parameters:
- velx
- stream
- check (velx)
-
Check the parsed VELX file for execution on Fuchas
Parameters:
- velx