Erez Shinan
Erez Shinan
Go ahead. I didn't get started yet, and I don't think anyone else did.
Maybe you'll find this helpful: https://github.com/MegaIng/lark-railroad
I would be very happy to accept such a contribution. I don't have much experience with writing linters or interfacing with editors for that purpose. But if anyone writes such...
@jtrakk Have you made any progress with it?
I read one of their sql grammars (`sql-2003-2.bnf`). It's indeed not in the format suitable for Lark. You'll have to: 1. Extract the actual BNF from the html file (i.e....
@glebmezh Sent you an email.
@zbrookle Thanks, looks like a decent start. Btw I noticed you're not allowing `"FULL\nOUTER JOIN"` and so on, but I think SQL does allow it.
@evandrocoan Why are you liking every single issue?
@yjung-lyft This happens because optional grammar elements (i.e. `elem?` or `[elem]`) are expanded into the same rule as two separate lines, one where they are required and one where they...
@zbrookle Not sure which comment that was, but legend has it that I can sometimes make mistakes. Yes, `\s` includes `\n`.