12-10-2023, 04:53 AM
(This post was last modified: 12-10-2023, 05:00 AM by a740g.
Edit Reason: Fixed some typo
)
This is a rather intriguing idea. Personally, I love the idea of having an easily accessible math expression evaluator built into the language. However, Val historically has never parsed expressions. Doing this now, would be a breaking change. Perhaps we can expand Val like n = Val("3 * 3", -1), where the second optional argument would tell Val to enable the parser. No promises. Just thinking out loud.