
Rule Language: Calc
A language that provides arithmetic rules and expressions. Based on a set of defined input variables, values of output variables can be computed according to a rule set. The Calc DSL can be extended with custom functions.
The syntax uses @Operator annotations to define the priority of different arithmetic operators. Calc does include an interpreter which computes the value of the output variable.
Contents |
org.emftext.language.calc.interpreter
org.emftext.language.calc.resource.calc
org.emftext.language.calc.resource.calc.ui
org.emftext.language.calc.test