v0.1.5 - Lambda expressions
Pre-release
Pre-release
Numenor now supports lambda expressions (e.g. (x) => x * 2
, but since numenor is expression parser statement block is not supported, i.e. (x) => { doSomething(x) }
is not supported).
This release also fixes the issue with parsing of >>>
and >>=
operators.