simpleparse.examples.formatvrml | index /home/mcfletch/pylive/simpleparse/examples/formatvrml.py |
Example using a parser to format VRML97 code as HTML w/CSS
Modules | ||||||
|
Classes | ||||||||||||||||||
|
Data | ||
VRMLPARSERDEF = '\n# Specialised VRML parser for colourising VRML ... := ( [ \\011-\\015,]+ / comment+ )*\n' usage = "formatvrml.py infile outfile\n\tinfile -- properly... your\n\tVRML by changing this file's definitions.\n" vrmlparser = <simpleparse.parser.Parser instance> |