ComputationWithBoundedResources / term-rewriting-xml

XML parser for term-rewriting library
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

term-rewriting-xml

XML parser for term-rewriting library.

Designed to be compatible for the complexity categories of the termination competition.

Testing

The .xml and .trs parser can be tested by:

cabal configure --enable-tests
cabal install
cabal test testsuite --test-option="number-of-tests" --test-option="xml-folder" --test-option="trs-folder"