New parser fails with lower case instructions
Closed this issue · 3 comments
nrkn commented
New parser fails with lower case instructions
sixlettervariables commented
I'm actually making mine case sensitive (maybe...). The game does not accept lower-case instructions, nor does it accept labels which exactly match instructions (so INBOX: is invalid, but inbox: is valid).
nrkn commented
How about that, I'd never tried it in the game. Thanks for that!
sixlettervariables commented
I'm opening issues on hrm-grammar for these sort of "findings" w.r.t. my grammar. I'm building up sets of "good" and "bad" examples.