function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
nickname142857nickname142857 

javacc (rule engine) for Apex

I need something like javacc but in Apex that can parse 'rules' based on some grammar that I define. The grammar is kind similar to the calculated field where you can use functions like IF, AND, OR etc. and operators like +,-,*,/ etc. Anyone has any suggestions?