Klebert-Engineering / simfil

The Simple Map Filter Language Interpreter 🌳.
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

Throw on invalid operator #45

Closed johannes-wolf closed 1 year ago

johannes-wolf commented 1 year ago

Simfil should error if evaluated with a non-existing “word” operator: 1 plus 2(plus 1 2) → null, the operator plus does not exist though.

johannes-wolf commented 1 year ago

Closed because bug does not exist in the current version.