David Majda

Results 48 comments of David Majda

> `URL('mqtt://whatever')` works. > The port is `None` but you can replace it with your desired default on, say, creating a connection. I know, but it’s a mild annoyance. We...

Patch to implement this into `bin/pegjs` would be welcome. I image the implementation would display the message and output excerpt by default and it would add options to disable colors...

Setting this as post-1.0.0 but if somebody comes up with a patch implementing this, I’d integrate it earlier.

> If action needs to recursively called the parser, then this API is critical to it. You have such a use case? If so, can you describe it? --- I'll...

There is [some more interest](https://groups.google.com/d/msg/pegjs/Na7YWnz6Bmg/fmn666AzxRMJ) in this topic, so I'll describe my current thinking. ### Syntax I'd like to have an `options` block at the very beginning of the grammar....

The `peg$` variables and functions were meant as internal. They are tied to the specifics of the PEG.js implementation and the idea was that they can change any time between...

Good point, scheduled as part of 0.9.0 work.

Indentation-based languages are important. I want to look at simplifying their parsing after 1.0.0.

Let me clarify the situation: Parsing indentation-based languages in PEG.js is possible. There are various solutions mentioned above and I just created [another one](https://gist.github.com/dmajda/04002578dd41ae8190fc) as I tried to get a...

> @dmajda - easily fixed AST bugs have gone unanswered for almost an entire year now Please understand I am no longer a maintainer of the project. Resolving this is...