j-s-exp
is a custom s-expression evaluator, to be used in your java modules, if at all you have to write a simple DSLs.
-
Please go through the usage wiki and the test class to understand the usage.
The implementation inspired by NISP, which does the similar thing in JS. In addition to what
is supported in NISP, j-s-exp
provides the support for context, which helps your evaluator to work with the states and can be
integrated with your application, and also lets you use multiple instance of evaluator to be operated in different context.