logoPlayer-program.galgas 269 B

123456789101112131415
  1. #--- Prologue routine
  2. before {
  3. }
  4. #--- 'when' clauses
  5. case . "logo"
  6. message "a source text file with the .logo extension"
  7. grammar logoPlayer_grammar
  8. ?sourceFilePath:@lstring inSourceFile {
  9. grammar logoPlayer_grammar in inSourceFile
  10. }
  11. #--- Epilogue routine
  12. after {
  13. }