semibran / boolean

boolean expression parser frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

boolean expression parser frontend

License:MIT License


Languages

Language:JavaScript 54.7%Language:CSS 27.5%Language:HTML 13.3%Language:Makefile 4.5%