Skip to content

Latest commit

 

History

History

NPS

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

NPS

About NPS

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.

Usage

Compiling:

make

Cleaning:

make clean

Automatic Testing:

./nps test

Run your own notebook

./nps <file>

Generating report

make pdf

License

The NPS project is open-sourced software licensed under the MIT license.