Skip to content

feresum/PMA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming language for 2-dimensional pattern matching.

For more information, see the documentation page.

Supported compilers: gcc 4.7, Microsoft VC++ 18.0.

To build:

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
Usage:
snails <program file> <input file>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •