Abdur-rahmaanJ / greenberry

A one-line statement language with grammar and infinite look-ahead
https://abdur-rahmaanj.github.io/greenberry/
Apache License 2.0
51 stars 39 forks source link

Variable assignment problem #17

Closed tthuma1 closed 6 years ago

tthuma1 commented 6 years ago

When assigning a variable with var x = 1 the code doesn't recognize the '=', so you can write var x djncjd 1 and still achieve the same thing.