Programming language for 2-dimensional pattern matching.
For more information, see the documentation page.
Supported compilers: gcc 4.7, Microsoft VC++ 18.0.
One may either use the CMake build system, or run one of the following commands:
g++ -std=c++11 -DNDEBUG -O2 snails/*.cpp main/*.cpp -o snails
or
cl /nologo /EHsc /DNDEBUG /O2 snails/*.cpp main/*.cpp /Fesnails
snails <program file> <input file>