Skip to content
  • Andres Toom's avatar
    Commit initial parse.out files and test status summary · 3400443f
    Andres Toom authored and Daniel Tuulik's avatar Daniel Tuulik committed
    The out files were generated using a command like:
    
      find -name "*.pr" -print -exec sh -c "qgen-sdl-parse {} > {}-parse.out" \;
    
    Where qgen-sdl-parse is a helper script that calls the
    AntLR 4/Java parser with a command like:
    
      JAR_DIR=<some dir>
      java -jar ${JAR_DIR}ee.ibk.sdl.parser.jar $@
    
    and also logs status
    3400443f