You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A trivial merge of Hoa\Math in this library to get native arithmetical expressions support.
It will introduce a change (so a break) in the grammar. Array declarations will be [1, 2, 3] and no longer (1, 2, 3). The library has the RC state, so we can still introduce BC breaks. I particulary ask @stephpy, @shouze and @osaris to get their feedbacks :-).
Note: we should not add new features in the grammar in the future. If we want more power, we should focus on Hoathis\Lua which is a much better scripting language (imperative, procedural, functional etc.).
A trivial merge of
Hoa\Mathin this library to get native arithmetical expressions support.It will introduce a change (so a break) in the grammar. Array declarations will be
[1, 2, 3]and no longer(1, 2, 3). The library has the RC state, so we can still introduce BC breaks. I particulary ask @stephpy, @shouze and @osaris to get their feedbacks :-).Note: we should not add new features in the grammar in the future. If we want more power, we should focus on
Hoathis\Luawhich is a much better scripting language (imperative, procedural, functional etc.).