rule-evaluation
There are 2 repositories under rule-evaluation topic.
firstCodeOutlaw/plain-rules-engine
A TypeScript library for creating and evaluating simple business rules in Node.js applications. It provides a flexible way to define and apply rules to your data
student-rubeena/Rule-engine-with-AST
This project implements a three-tier rule engine application designed to determine user eligibility based on various attributes such as age, department, income, and spend. The system dynamically creates, combines, and evaluates rules using an AST to represent conditional logic. It enables flexibility in rule creation and modification.