IvanRave / logic-tree

Build a JSON object from a logic expression string
14 stars 8 forks source link

[WIP] Tokenizer and Parser #4

Closed Mark-Partola closed 6 years ago

IvanRave commented 6 years ago

Binary boolean expression tree - is a good approach! https://en.wikipedia.org/wiki/Binary_expression_tree

I'm not sure yet about parsing boolean expression strings using this approach, especially any priority things