grammar test; // demo grammar for the following refactorings and validation rules: // - rename refactoring 1. start ::= two three 2. two ::= "bla-1" 3. three ::= "bla-2"