1 //this file is to define the new dsl grammar
3 This file just Import all Grammar Statements from all other files to this file
4 The Compiler just work with this file to Compile it
5 Each file of these imported file has a Comments related to it's content
9 import starter_commands
11 import UI_Object_commands
12 import Special_commands
13 import General_commands
20 UNOCommand | StarterCommand | UIObjectCommand | DialogCommand |
21 SpecialCommand | GeneralCommand | Comment
24 The Comment Command is just for give the ability to write a Comment
25 if you want to write a test Case in the new dsl language