pedrosbmartins / beard

Boolean Expressions As Rendered Diagrams

Home Page:https://pedrosbmartins.github.io/beard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beard – Boolean Expressions As Rendered Diagrams

A simple parser and visualizer for boolean expressions.

Check out the online demo.

Demo

Operators

These are the currently supported operators, from highest to lowest precedence. Parenthesis () can be used to group operations and override precedence.

All operators and constants are case-insensitive.

Operator Aliases
NOT !, ¬
AND *, ·
XOR
OR +
Constant Aliases
TRUE 1
FALSE 0

Credits

This project uses a modified version of the binary-decision-diagram library.

Beard icon created by Good Ware - Flaticon.

About

Boolean Expressions As Rendered Diagrams

https://pedrosbmartins.github.io/beard/

License:Other


Languages

Language:TypeScript 88.8%Language:SCSS 6.6%Language:HTML 4.6%