tokay-lang / tokay

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

Misleading error message on undefined constant `I: X` #102

Closed phorward closed 1 year ago

phorward commented 1 year ago

This code produces the error Line 1, column 1: Cannot assign to constant 'I', because it must be consumable. Use an identifier starting in lower-case, e.g. 'i' which is misleading.

I : X
X : 'x'
phorward commented 1 year ago

Bug is already resolved since 6ac5310206e6c6ecafe82c04def48c16a115d7f6