YML

YML 2.5.2

YML is an easy language to compile into XML.Any time a formal language is created for computing, a compromise has to be found: whether the language is perfect for the computer but terrible for the human or vice versa. XML is very good for the...

pyPEG

pyPEG 2.4.1

Python is a nice scripting language. It even gives you access to it's own parser and compiler. It also gives you access to different other parsers for special purposes like XML and string templates.But sometimes you may want to have your own parser. This...