Commit Graph
79 Commits
Author SHA1 Message Date
patrick 3bd52845be Reorganize tests 2020-04-09 16:07:33 +02:00
patrick 186ed314d3 Rewrite tests for clarity 2020-04-09 16:07:33 +02:00
patrick a8df440fdf Add type annotations 2020-04-09 16:07:33 +02:00
patrick d051b84845 Rewrite tests for clarity 2020-04-09 16:07:33 +02:00
patrick 704fe597a2 Rewrite tests for clarity 2020-04-09 16:07:33 +02:00
patrick f3b4cdc399 Experimental method for testing all permutations 2020-04-09 16:07:33 +02:00
patrick 21d4b1d605 Test biconditionals 2020-04-09 16:07:32 +02:00
patrick 0c132edc07 Continue testing implication 2020-04-09 16:07:32 +02:00
patrick b6308695f6 Fix precedence of implication 2020-04-09 16:07:32 +02:00
patrick e0dbb8b75f Refactor parenthesis requirement check 2020-04-09 16:07:32 +02:00
patrick 80d7460ec1 Start testing implications 2020-04-09 16:07:32 +02:00
patrick 33f751781e Test disjunction 2020-04-09 16:07:32 +02:00
patrick e4700fc638 Test conjunction 2020-04-09 16:07:32 +02:00
patrick 9e74116a4d Clean up tests 2020-04-09 16:07:32 +02:00
patrick 5512813cba Clean up tests 2020-04-09 16:07:32 +02:00
patrick c11156b2ce Test quantified formulas 2020-04-09 16:07:32 +02:00
patrick cc3265fc72 Test negation 2020-04-09 16:07:32 +02:00
patrick 121c858bff Remove unneeded precedence implementation 2020-04-09 16:07:32 +02:00
patrick 881419b8ee Address warnings 2020-04-09 16:07:31 +02:00
patrick dc27ab8aeb Fix 2020-04-09 16:07:31 +02:00
patrick c8ca7ba337 Remove ChildPosition enum 2020-04-09 16:07:31 +02:00
patrick 1968ed83ee Refactor precedence rules for formulas 2020-04-09 16:07:31 +02:00
patrick d1ab7963b1 Before larger refactoring 2020-04-09 16:07:31 +02:00
patrick 1a497254a8 Add unit tests for precedence-0 formulas and lower 2020-04-09 16:07:31 +02:00
patrick d57b3b3b62 Test remaining formula types 2020-04-09 16:07:31 +02:00
patrick 57d568916f Minor formatting 2020-04-09 16:07:31 +02:00
patrick e4fe047aba Start testing formula formatter 2020-04-09 16:07:31 +02:00
patrick 600a6a1b4b Refactor precedence rules 2020-04-09 16:07:31 +02:00
patrick 8bf9d4bd45 Fix implication formatting 2020-04-09 16:07:31 +02:00
patrick f82a20e5f1 Work in progress 2020-04-09 16:07:31 +02:00
patrick 5c51018ab1 Add unit test for function declaration formatting 2020-04-09 16:07:30 +02:00
patrick 23e1854346 Test term formatting 2020-04-09 16:07:30 +02:00
patrick a3da369346 Split formatting functionality into two files 2020-04-09 16:07:30 +02:00
patrick caf957deed Fix implication parser and output 2020-04-09 16:07:30 +02:00
patrick 1ece0e89ef Add note 2020-04-09 16:07:30 +02:00
patrick 0fdec430af Parentheses for stronger checks 2020-04-09 16:07:30 +02:00
patrick 5ea0a96ec4 Test disjunction parser 2020-04-09 16:07:30 +02:00
patrick 17d8dbd8ba Test conjunction parser 2020-04-09 16:07:30 +02:00
patrick 834e59207f Add note 2020-04-09 16:07:30 +02:00
patrick 257e02f285 Minor refactoring 2020-04-09 16:07:30 +02:00
patrick 2e3707e0af Check that names don’t start with special characters 2020-04-09 16:07:30 +02:00
patrick d0263dd1c4 Add missing word boundary character 2020-04-09 16:07:30 +02:00
patrick a7dd4d2fe9 Disallow reserved keywords as names 2020-04-09 16:07:29 +02:00
patrick c127bc5eea Address clippy warning 2020-04-09 16:07:29 +02:00
patrick cb616eba87 Refactor term parser tests 2020-04-09 16:07:29 +02:00
patrick 95677bae34 Fix negation parser 2020-04-09 16:07:29 +02:00
patrick 3414e8075c Address warnings 2020-04-09 16:07:29 +02:00
patrick 675063e1b8 Move string parser to separate module 2020-04-09 16:07:29 +02:00
patrick 7d78a504b1 Move special integer parser to separate module 2020-04-09 16:07:29 +02:00
patrick 6f86cd40d7 Move integer parser to separate module 2020-04-09 16:07:29 +02:00