Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 612 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 612 Bytes

Gram

Build Status

Gram is a lightweight grammatical evolution library written in modern C++.

Documentation

While Gram does not have a standalone documentation, my bachelor thesis contains a high-level overview.

Build

cmake -S . -B build/
cmake --build build/

Test

cmake -S . -B build/ -DGRAM_BUILD_TESTS=ON
cmake --build build/
./build/test/unit/utest
./build/test/acceptance/atest # May not finish.