fork download
  1. grammar
  2. : ('<' identifier '>' tag_contents '<' identifier '>')+;
  3.  
  4. tag_contents
  5. : (identifier '=' tag_end)+;
  6.  
  7. tag_end
  8. : number
  9. | identifier '.' identifier;
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty