arguiot / Euler

The open-source computational framework for the Swift language

Home Page:https://euler.arguiot.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parser doesn't correctly handle the minus after 1st argument

arguiot opened this issue · comments

The parser isn't able to understand expressions like function(1,-1).

Workaround

Write: function(1,(-1))