Approaching scripts!
New features
- Support for double equality symbol (
==
): the library is able to evaluate comparisons using the double equality symbol, commonly used in modern scripting languages. With this addition, it is possible to evaluate expressions such as(a + b == c) & (a + b = c)
.