John Haugeland

Results 253 comments of John Haugeland

@yafacex - the short answer is "it's much easier to just write a function that interprets the AST for things like that." A key skill with PEG is separating what...

> Separate, related goal: generate .d.ts file, rather than hand-coding So here's a topic There exists a tool called `dts-gen` that can do this without typescript. However, it's pretty broad:...

> I'll do a PR for the tsc approach since I've used it before. You do one for dts-gen, then let's compare them and see what we like? i mean...

So, this really shouldn't be on marchant. There's performance testing tools in the peg test suite. The correct step is to add this to those, then to run those against...

What scares me is futagoza said he was scratching 0.11 as unreleasable

Yeah, I guess it's time for me to do that, isn't it

This would be *extremely* useful to me, and if @dmajda will help me get this repo back into a healthy, releasable state, by re-cutting `0.10.0` as `0.12.0`, then I will...

@dmajda - oh :( i didn't realize that. ok. i hope you might consider encouraging him to release this work back to the community, since he's more likely to listen...

Realistically, the documentation should be moved to extracted documentation at this point. All of the existing docs can be imported without problems if the right tool is chosen I will...

Github wikis are easy looking, but they won't be kept up to date any more than any other page is. Extracted documentation, which is in the codebase, will be, and...