Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/uitest/ui_logger_dsl/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 649 B image not shown  

Quelle  ui_logger_dsl_grammar.tx   Sprache: unbekannt

 
Spracherkennung für: .tx vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

/*
  This file is for defining the DSL grammar.
  This file imports all grammar rules from all the other files.
  The compiler works with this file.
  Each imported file has comments related to its content.
*/

import dialog_commands
import starter_commands
import uno_commands
import UI_Object_commands
import Special_commands
import General_commands

UILogger:
    commands*=Command
;

Command:
  UNOCommand | StarterCommand | UIObjectCommand | DialogCommand  |
  SpecialCommand | GeneralCommand | Comment
;
/*
  The Comment rule is for having an ability to write a comment,
  if you want to write a test case in the DSL
*/
Comment:
  /\/\/.*$/
;

[ Dauer der Verarbeitung: 0.28 Sekunden  ]