exprml library

Provides classes implementing the ExprML API, which includes Encoder, Decoder, Parser, and Evaluator.

Functions

arrValue(List<Value> arr) Value
boolValue(bool b) Value
newDefinition(Expr_Path path, String ident, Value value) Eval_Definition
numValue(double num) Value
objValue(Map<String, Value> obj) Value
strValue(String str) Value