Hi! Is there any tool that can convert BNF or YACC or similar context-free grammar definition to sublime syntax definition so i don’t have to do it by hand? Like a parser generator?
Also as a more general question, can regex derivative used in sublime syntax definition actually match context-free languages?
I am not yet familiar with sublime syntax packages, sorry if my questions will sound silly.