Erez Shinan

Results 495 comments of Erez Shinan

Sorry, I had a few busy weeks. I'll give it a look.

This happens because Javascript's regex implementation doesn't support all the features that Python has. This might take a bit longer to fix. Meanwhile, a possible work around is to change...

I don't understand why you find these comments and docstrings important. For the most part you're just writing the test name with spaces instead of underscores.. Also, why add these...

The "fix" is most likely going to be preventing users from doing what you were trying to do and throwing an error instead. I don't know if there is a...

@Erotemic That's what I thought :) It's only the spelling mistakes that make me wonder. Anyway, I just ran black over everything, so indentation fixed. No need for religious wars,...

Released https://github.com/lark-parser/Lark.js/releases/tag/0.1.3

I agree. Also, the code isn't maintained anymore, but the javascript world keeps on moving. It's better if it got folded into pouchdb for many reasons.

Just as a side note, if you're looking to play around with the grammar, you can do so in Lark, which is very quick and responsive. Once you have a...

I'd just like to point out that this is possible in Lark-Python using the `%import` statement. It won't compile for every combination of grammars, but if it does, it will...