NAME
PYX::Format - PYX file format.
FILE FORMAT
PYX is line oriented SGML/XML file format.
Each line consists from character defining type and arguments.
Begin of element
Begin character is '(' and argument is name of element. e.g. (html
End of element
Begin character is ')' and argument is name of element. e.g. )html
Element attribute
Begin character is 'A' and arguments are attribute key and value. e.g. Akey value
Comment
Begin character is '_' and argument is comment. e.g. _comment
Data section
Begin character is '-' and argument is data. e.g. -data
Instruction
Begin character is '?' and arguments are target and code. e.g. ?perl print "1";
SEE ALSO
- Task::PYX
-
Install the PYX modules.
REPOSITORY
https://github.com/michal-josef-spacek/PYX
AUTHOR
Michal Josef Špaček mailto:skim@cpan.org
LICENSE AND COPYRIGHT
© 2005-2023 Michal Josef Špaček
BSD 2-Clause License
VERSION
0.10