claudio@60: ************ claudio@60: What is YML? claudio@60: ************ claudio@60: claudio@60: Well, it's the idea not to need to define a grammar first when you want to use a Domain Specific Language. For that purpose, YML is being translated into XML. Let's make an example. claudio@60: claudio@60: Everything which comes close to a C like language, parses without a grammar definition. claudio@60: claudio@60: Please see README.md for more information. claudio@60: