Lucas Kramer

Results 159 comments of Lucas Kramer

This would be super easy to implement actually - transparent prefixes are intended for addressing just this sort of situation. All we would need to do is add `'r#'` as...

As an aside, I wonder if we can do even better with context-aware scanning, and be able to correctly parse these cases without the need for writing a prefix. We...

Yeah random tree generation should make this fairly straightforward to implement, and already supports generating examples of some desired min/max depth. Although it works as an extension that forwards to...

I'm not sure where the exact issue here lies, but my first step in debugging would be to try and reproduce this without using the pattern matching extension (i.e. do...

Without digging any further, I'm guessing that this is a case of a missing equation/pattern case for `ntOrDecType`, causing it to be inappropriately specialized into the decorated type with nothing....

Cool! Would finishing the Copper API work help at all with the ant and copper issues? Not sure that I understand the issue with autocopy, though. Is this a problem...

And this is without removing the autocopy attributes in ableC? I would be interested to see the performance numbers for an extension that uses object-language syntax (requiring reflection) - maybe...

How would this work with the build process? Presumably these test cases would get extracted and somehow incorporated into another test grammar, that would be built by a subsequent invocation...

Hmm, I think something like that would work. My concern was with respect to bootstrapping, as even `silver wrongCode` test should compile the code with the updated compiler, but I...

@602p will open a new up-to-date issue for this and close this one.