Skip to content

jansvoboda11/gram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

62e5b52 · Jun 14, 2021
Feb 22, 2021
Oct 20, 2016
Feb 22, 2021
Feb 22, 2021
Feb 22, 2021
Feb 22, 2021
May 5, 2017
Feb 22, 2021
Feb 22, 2021
May 5, 2017
Jun 14, 2021
Feb 22, 2021

Repository files navigation

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.