LogicParser is a simple application that solve and compare logic expressions.With LogicParser is easy and intuitive to get the truth values of complex boolean expressions and show respective truth tables, as well as make a comparison between different logic expressions, in order to simplify the resolution of logic problems.Features:- No need to insert the name of the variables: the lexical parser recognize the names of the variables automatically. Any letter of the alphabet can be used as variable.- Supports up to 8 different variables per time- Supports programming languages' syntax (a&b|c) as well as logic's one (ab+c)- Available in English and Italian- Allowed operators:- not (! prefixed or ' postfixed) - and (& or nothing) - or (| or +)- binary xor (^) - nand (/)- nor (