/boolean

boolean expression parser frontend

Primary LanguageJavaScriptMIT LicenseMIT

boolean

boolean expression parser frontend

View the demo

boolean

A simple tool to determine if two boolean expressions are equal.

Library code is ported over from semibran/bool. The truth table tab is left unclickable, though the aforementioned library has a command line interface for it.

setup

Requires GNU Make 3.8.2 and above. Note that MacOS comes packaged with 3.8.1 by default.

$ npm i
$ make watch

license

MIT © Brandon Semilla