nsensfel / tonkadur

Narrative scripting/programming tool. Write stories in your favorite editor using a feature-rich language, compile them into a very small and simple language to easily integrate them into your game.
https://tonkadur.of.tacticians.online
Apache License 2.0
3 stars 0 forks source link

Token recognition error `;\n` #39

Closed nsensfel closed 2 years ago

nsensfel commented 2 years ago

Error occurs when compiling assert with lines that end with ;. data/unit-testing/cond.fate in https://github.com/nsensfel/tonkadur/commit/bd5fd411691410d2ddb37f108810353b725eb0b1 triggers the bug.

nsensfel commented 2 years ago

Fixed in https://github.com/nsensfel/tonkadur/commit/81e9def608b236f5c9702801184766039ab35f48.