You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lightweight entitlement/approval rule engine that evaluates complex DSL expressions using the Shunting-yard algorithm (infix-to-postfix conversion) to determine approval outcomes. Avoids heavyweight rule engine dependencies by leveraging efficient stack-based expression parsing with support for logical/bitwise operators and nested parentheses.