README.rst
changeset 60 b19d0a86651b
equal deleted inserted replaced
59:ca8b9c6eb602 60:b19d0a86651b
       
     1 ************
       
     2 What is YML?
       
     3 ************
       
     4 
       
     5 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.
       
     6 
       
     7 Everything which comes close to a C like language, parses without a grammar definition.
       
     8 
       
     9 Please see README.md for more information.
       
    10