-
The token parser for ExcelTable should be in its own package.
Possibly even in its own repository.
MK
-
## Short description
As shown with [this playground](https://play.openpolicyagent.org/p/X50OBfFTPD), if one tries to use the `else` keyword simply in case the path of the previous term evaluates to …
-
Looking at [the `` production in the Selectors 4 (draft) grammar](http://drafts.csswg.org/selectors/#typedef-attribute-selector):
```
= '[' ']' |
'[' [ | ] ? ']'
```
I wonder, out o…
-
I think the parser should refuse
--1
++1
-
### Summary 💡
I'd like to get a stream of bytes from the odb without having to load the entire blob into memory. I've had a peruse of the gitoxide pack parsing code and the official git docs for th…
-
Two reproducers here, both importantly with no newline at the end of the file. (That is, the last character in the file is `'h'`.)
Input 1:
```
// blah
```
Output:
```
*** SIGSEGV recei…
-
Original [issue 315](https://code.google.com/p/cleartk/issues/detail?id=315) created by ClearTK on 2012-07-25T00:58:05.000Z:
So JParsec (http://jparsec.codehaus.org/) is a nice library for writing re…
-
I hope it's ok to ask a general question about pegen here. I've built a parser following the blog posts and code here, and it generally works really nicely but one thing I found missing in the blog is…
-
Hi Brenton, I've been doing some very simple runs to get a few results by recording the ``CodeParser`Library`$ConcreteParseTime``.
As shown below, the x-axis is the LoC of the input string, the y-a…
-
I've started roughing out a converter for LaTeX to Asciidoctor -- for the moment working on
a very rough recursive descent parser for a coarse-grained version of LaTeX, which is all that will
be nee…