Usage of Jambox
Currently there is only a command-line version of Jambox available.
Jambox generates a .html file as output (might be more than 100kB in size).
Therefore the preferred way to use Jambox is to redirect the generated proof
into a file and to view this file using a web browser.
$./runme file.srs/trs > output.html
firefox output.html
where "file.srs" is the name of a file containing the SRS rules (comma separated):
(RULES a a -> a b a , b a b -> a c a)
resp. "file.trs" is the name of a file containing the TRS rules (without comma):
(VAR x y)
(RULES f(f(x,a),y) -> f(y,f(x,y)))