Open lolbinarycat opened 4 years ago
More specific rules need to be first in alternates.
Yeah, obviously I know that know, but it would have been nice to know that 2 failed projects ago. The only thing in the readme that's remotely close to an explanation of this, is the line "rules are attempted in order". This should be updated to make this more clear. The readme needs to be updated in general, actually.
I have the following files: main.go:
grammer.peg
running
peg grammar.go && go run .
results in the following error:This doesn't seem intended, as it makes lots of things much harder to do. If it was intended, then this behavior should be clarified on the readme.