scriptmark 0.2.0

Automated grading CLI for student programming assignments
Documentation
1
2
3
4
5
6
7
8
9
pub mod executor;
pub mod expander;
pub mod generator;
pub mod linter;
pub mod oracle;
pub mod orchestrator;
pub mod python;
pub mod resolve;
pub mod sandbox;