Add the following rules: - f|[+] = [+] if f rejects [*0] - f|[*] = [*] if f accepts [*0] - f&&[+] = f if f rejects [*0] - b:b[*i..j] = b[*max(i,1)..j] - b[*i..j]:b[*k..l] = b[*max(i,1)+max(k,1)-1,1), j+l-1] * spot/tl/formula.cc: Implement the new rules. * doc/tl/tl.tex: Document them. * tests/core/equals.test: Test them. * NEWS: Add them |
||
|---|---|---|
| .. | ||
| org | ||
| tl | ||
| .gitignore | ||
| Doxyfile.in | ||
| footer.html | ||
| mainpage.dox | ||
| Makefile.am | ||
| spot.bib | ||