Op 18 jul. 2019 om 03:41 heeft Yonatan Zunger het volgende
geschreven:
> Hi everyone,
>
> I'm in the middle of developing a fancy heap profiler for Python (for those
> times when tracemalloc isn't enough), and in the process, thought of a small
> change in the interpreter which could have
Have you looked into pyparsing (https://github.com/pyparsing/pyparsing)? It
somehow looks relevant.
On Mon, Jul 15, 2019 at 6:45 PM Nam Nguyen wrote:
> Hello list,
>
> I sent an email to this list two or three months ago about the same idea.
> In that discussion, there were both skepticism and s
Yes, I have. PyParsing was the first one I turned too for it has been
available for a very long time. I emailed the author, Paul McGuire, a few
times about this python-ideas thread too but never got a response.
On Fri, Jul 19, 2019 at 9:36 AM Guido van Rossum wrote:
> Have you looked into pypars
But regardless of the author's availability, do you think it would serve
your purpose? How does it compare to your own library? Maybe you could
compare the timings?
On Fri, Jul 19, 2019 at 6:33 PM Nam Nguyen wrote:
> Yes, I have. PyParsing was the first one I turned too for it has been
> availab