https://github.com/semibran/boolean
boolean expression parser frontend
https://github.com/semibran/boolean
Last synced: about 1 year ago
JSON representation
boolean expression parser frontend
- Host: GitHub
- URL: https://github.com/semibran/boolean
- Owner: semibran
- License: mit
- Created: 2020-10-30T07:55:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-30T22:44:27.000Z (almost 6 years ago)
- Last Synced: 2025-04-06T13:12:49.674Z (over 1 year ago)
- Language: JavaScript
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# boolean
> boolean expression parser frontend
[View the demo][demo]

A simple tool to determine if two boolean expressions are equal.
Library code is ported over from [`semibran/bool`][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.
```sh
$ npm i
$ make watch
```
## license
[MIT](https://opensource.org/licenses/MIT) © [Brandon Semilla](https://git.io/semibran)
[bool]: https://github.com/semibran/bool
[demo]: https://semibran.github.io/boolean