1.0.0 • Published 7 years ago

proposition-validator v1.0.0

Weekly downloads
1
License
GPL-3.0
Repository
-
Last release
7 years ago

Proposition Validator

Checks a given proposition to see whether it is a well formed formula.

Usage

var validate = require("proposition-validator");

validate("¬((q∧¬(p∧¬p)))");
// true

validate("¬((q∧¬(p∧¬()p)))");
// false

Author

Jordan Lord

License

GPL-3.0