Results 127 comments of evandrocoan

I used this for my custom logging module: ```python import tqdm import time import contextlib from debug_tools import getLogger log = getLogger() class DummyTqdmFile(object): """ Dummy file-like that will write...

I did not know about the `lexer_callbacks` feature until today. And before that, in my grammars I always did the `rule: RULE` trick, because there was no implementation for the...

My complain about lark is that I cannot use it when programming on C or C++, Java, Javascript, etc. A possible solution would be generate a LALR parser in C/C++,...

I think they are, from my understanding: ![image](https://user-images.githubusercontent.com/5332158/69011659-c32e2580-094b-11ea-9ae0-becfbc468586.png)

> But there's no need to split hairs, I was just being silly. Me too 🙂

> is it possible, given a Lark earley parser, to write a function that takes the parser and returns an input string, when fed into the parser, produces a tree...

I think I just found a page with the options: https://github.com/onsip/SIP.js/blob/master/docs/api/sip.js.registereroptions.md ![image](https://user-images.githubusercontent.com/5332158/119373682-0ed33500-bc8f-11eb-8347-448795a9e7b1.png) But again, that page links to several small pages with only few lines each. This make really harder...

This would significantly reduce the number of pages and would be quite an improvement for what it is today. My in opinion, everything should be in a single page with...

It is hard to find stuff when there are quite large number of pages to open because I do not know nothing about this project. Then, I have to read...