Tim Henderson
Tim Henderson
I think this enhancement is pretty important. So :+1: for it. Below is how I think it should work. I considered having it use a file like object but there...
One way to construct "worst case DAGs" for version control operations is to generate a graph in the form of a N-dimensional grid or lattice structure. This effectively makes every...
@sdboyer That paper is really more about cryptography. [Connamacher and Molloy's](https://arxiv.org/abs/1202.0042) paper is a better reference. Doing some examples out by hand, the lattice approach looks promising as you can...
After giving this some more thought.... So previously we were thinking of dependency resolution as constraint solving and trying to generate conflicts. However, this is not the only way to...
@sdboyer I will do a longer response later but I wanted to address one thing: > > So the listing can be viewed as what you would see after expanding...
ping @nrkfeller , is this working for you?
Happy to support a contributor to get this landed as my time for FOSS has been limited over the last couple of years. Email me if you plan to work...
Looks like this is supported by re2 (which I mostly follow when adding new support for compatibility with Go regexp). https://github.com/google/re2/wiki/Syntax It has been a while since I worked on...
Ok. Less likely to handle ignoring `?:` as capture groups are not something that lexmachine is likely to support (as it is likely better to implement that sort of logic...
Hi @exyzzy, Lexmachine does not support every variation of regular expression syntax. I will tag this as a feature request to add support for modes in the parser. For reference,...