skistaddy

Results 7 comments of skistaddy

Are there any errors or does your code simply not work?

Having the same problem here. My lexer is throwing an error before my grammar, causing none of my previous rules to work.

@kach in the docs, a lexer is made out to be something that you can add to look for small things, like primitive types and such. However, it seems like...

Ok, I found that in order for the lexer to pass, it just has to know all the literals you're using. So in your case, you would just have to...

I've never utilized this tool myself, but I'm guessing it's now broke because of Scratch 3.0.

Are you running with Python 2 or 3?