Notebook Processing System 2nd year Operative Systems - University Project
NPS processes files with code fragments, previous execution results and documentation. This files, called notebooks, are text files that after processing are modified to add the code fragments results right after the command expression or replacing the previous result.
Compiling:
make
Cleaning:
make clean
Automatic Testing:
./nps test
Run your own notebook
./nps <file>
Generating report
make pdf
The NPS project is open-sourced software licensed under the MIT license.