proposition-validator

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i proposition-validator

Weekly Downloads

2

Version

1.0.0

License

GPL-3.0

Last publish

Collaborators

  • logiclogue