KoryNunn / presh

An immutable interpreted expression language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toString?

markwylde opened this issue · comments

What sort of witchcraft is toString?

It seems to be "hardcoded" into the scope, and we can't override it?

Is this intentional?

presh(`toString(1)`, { toString: (a) => String(1) })

Fixed in fb2b560