author: Bc. Daniel Pátek xpatek08@stud.fit.vutbr.cz
Project needs to have swipl
compiler installed. Then with make
command, project gets compiled and executable flp22-log
is created.
Program can be started as follows:
$ ./flp22-log <input_file >output_file
To run tests, simply enter make test
command. Test script will be executed and tests, which are located in /tests
folder will be evaluated.