Jan Rydzewski

Results 29 issues of Jan Rydzewski

(First of all I don't even know if this is theoretically possible.) Idea is to have `GLRParser.parse(...)` return iterator, and each value in that iterator is computed on demand. Parses...

discussion
proposal

This is a very common practice that a parser library has it's own grammar syntax (sometimes standardized, like ABNF), but I wonder why is that? Why not just allow user...

discussion
proposal

* parglare version: rev ef27e8813455a9b26fb8af71a0d8a7f0d286f793 * Python version: 3.7 * Operating System: linux x64 ### Description `Grammar.from_string` forbids to use dot (`.`) as a terminal inlined in rule. If this...

feature
docs

* parglare version: rev ef27e8813455a9b26fb8af71a0d8a7f0d286f793 * Python version: 3.7 * Operating System: linux x86_64 ### Description Raised parse errors contain unescaped characters. It may result in unreadable error messages (from...

bug

During reading of `semantics.md` and encoding the rules in dhall-python implementation I realized that I'm doing quite a mindless work there. I thought that a transpiler should be doing it...

This is required for non-numeric PKs, for example UUIDs.

This is required when newly created object is ordered not at the end.

Hi, I'd like to limit maximum size of read requests incoming to my FS. I tried using `max_read=N` option (with N = 4096), but then I get an error from...

enhancement