Closed TheZipCreator closed 1 year ago
I'm making an interpreter with this library right now, and I need a way to get line/column numbers of tokens (so that I can print out where an error is were one to occur). how would I achieve this?
oh, I'm stupid. TokenMatch has row and column numbers which I can use
TokenMatch
I'm making an interpreter with this library right now, and I need a way to get line/column numbers of tokens (so that I can print out where an error is were one to occur). how would I achieve this?