wo / tpg

Tree Proof Generator
GNU General Public License v3.0
151 stars 20 forks source link

Feature request TPTP Syntax short cuts #10

Closed Jean-Luc-Picard-2021 closed 2 years ago

Jean-Luc-Picard-2021 commented 2 years ago

I am very much enjoying your tree tool. What also comes handy that I can paste formulas and they are automatically converted to Unicode. For example when I paste:

a=b & p(b) & q(a) -> p(a) & q(b)

I get:

a=b ∧ p(b) ∧ q(a) → p(a) ∧ q(b)

But I wonder whether it would be possible to add => and <=> to the automatic conversion. So that:

The description of the tool would then say you can also use TPTP syntax. The conversions are from TPTP syntax: http://www.tptp.org/TPTP/SyntaxBNF.html

Jean-Luc-Picard-2021 commented 2 years ago

Superb!