tokay-lang / tokay

Tokay is a programming language designed for ad-hoc parsing, inspired by awk.
https://tokay.dev
MIT License
239 stars 7 forks source link

Sequence and Rvalue syntax ambiguities #48

Closed phorward closed 2 years ago

phorward commented 2 years ago

There are several conflicting ambiguities in the syntax of Sequence and Rvalue which result in undesired results.

phorward commented 2 years ago

This intersects with #43 and #45.