The test project including the three parts:
- the programming expressions analyzer;
- the util for the working with the files and databases;
- the low-level math module.
System requirements (for the installation process):
- JRE 1.8;
- Apache Maven 3;
- GCC.
For the installation need to run any command line with the administrator privileges and to execute mvn clean package
command.
System requirements (for the using process):
- Java 8;
- H2 Database.