leissa / alpha

C++ implementation of "Hashing Modulo Alpha-Equivalence"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hashing Modulo Alpha-Equivalence

C++ implementation of Hashing Modulo Alpha-Equivalence.

Build

If you have a GitHub account setup with SSH, just do this:

git clone git@github.com:leissa/alpha.git

Otherwise, clone via HTTPS:

git clone https://github.com/leissa/alpha.git

Then, build with:

cd alpha
mkdir build
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
cmake --build build -j $(nproc)

For a Release build simply use -DCMAKE_BUILD_TYPE=Release.

About

C++ implementation of "Hashing Modulo Alpha-Equivalence"


Languages

Language:C++ 95.9%Language:CMake 4.1%