Skip to content

pedrosbmartins/beard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.