Eric Van Wyk
Eric Van Wyk
Excellent idea - error handling is pretty ad-hoc.
This looks good to me. I don't remember this option but it seems pretty good.
Thanks, Ted. I agree with you about these dependency structure issues - that all seems obvious. But I don't see how that fits with the short version statement that Silver...
Wow is right... This is very impressive. On Mon, May 3, 2021 at 1:44 PM Nathan Ringo ***@***.***> wrote: > Oh, wow; just tried this on ableC; (after using the...
This is the kind of information that an LSP implementation could provide in the editor. We should design this so that LSP and this command line mechanism are just different...
Something like this would be really nice. I think Lucas is right that the object language needs to define what hygiene means for it. But there may be some support...
Does Copper detect this error? On Mon, Jun 12, 2017 at 2:48 PM, Ted Kaminski wrote: > In addition to that comment, and that problem, it looks up productions, >...
If nothing else this should also/only be a Copper bug then. Any errors that involve analysis of the grammar (like this) should be done by Copper. If some are easy...
Some functional languages use `cur (breakValid=true)`. In those languages `cur` replaces the record type and there is only one "constructor" for records so this works. Can we have different "productions"...
I fully support refactoring all of this. I like `Decl`. Lucas is right that there are declarations in other places, but they are local ones and we can have a...