Boolean logic support #1

Open
opened 2014-12-19 12:13:03 +13:00 by mikedilger · 0 comments
mikedilger commented 2014-12-19 12:13:03 +13:00 (Migrated from github.com)

Add support for boolean logic, e.g.

depgraph.register_dependency("a","bc|~d");

Disjunctive normal form can be a requirement of the boolean statement, so that parenthesis handling is not necessary.

Handle OR by trying each branch. Handle NOT by verifying the node is not satisifed.

Add support for boolean logic, e.g. ``` rust depgraph.register_dependency("a","bc|~d"); ``` Disjunctive normal form can be a requirement of the boolean statement, so that parenthesis handling is not necessary. Handle OR by trying each branch. Handle NOT by verifying the node is not satisifed.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mikedilger/solvent#1
No description provided.