reqlang-expr 0.7.0

A tiny (bytecode compiled, stack VM interpreted) expression language for reqlang's templating engine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[
    Ok(
        (
            0,
            String(
                "test string",
            ),
            13,
        ),
    ),
]