Language Tags
Pattern, End and Loop Tag
Ÿ    {  } Pattern tag is used to arrange other tags including itself within valid rule chunks
»{
»   ( ) < > < >
»}
Ÿ    \  End tag is used to elude the ambiguity within the specifications
Ÿ    *  Loop tag is used to indicate loops of pattern or rule tag
»( ) < >\
»( ) < > < >\
»( ) * < >
»< > * ( )