Autograder for CS375 Compilers
To grade a single student's submission, the autograder is invoked as follows
./grade.sh -p n -d workingDir
where n
is the project number starting from 1 and workingDir
is the
directory containing student's code.
This mode of autograding can also be used by students for testing.
- Prepare students' code by
./scripts/prepare px
- Run the corresponding autograder in batch mode
- p1,p2:
./scripts/lexer_autograder.sh pn
- p3,p4,p5:
./scripts/parser_autograder.sh pn
- p6: It is not recommended to run batch mode for p6.
- p1,p2: