lvh
lvh
I think your comment is an excellent example of why the style guide _should_ include such things :) If it stuck to layout, it would be like cljfmt but worse,...
Would it be okay if it's a dev-time only dependency? `core.typed` is just a compile-time checker; it shouldn't show up e.g. production uberjars.
@smicallef how interested would you be in a series of patches that accomplish this? FWIW: the current sys.path hackery in `sf.py` would probably need to go.
I would like to generate a _specific_ string from a _speciifc_ parse tree (given a grammar, of course). Is this the right ticket for that?
@gfredericks Right, the idea is you'd either generate a parse tree from scratch, or more likely modify a parse tree and then reserialize. So you can produce a semantic patch...
Sorry, lost track of this. Yes, that's what I'm saying. I'd be happy with any output; also happy to make the grammar capture more details of the input file to...
I'm thinking about using JSONRPC as the reference protocol here. Motivation: - It's fairly simple - You can speak it over raw TCP - It can be composed with a...
Okay. That's a good argument. I like the idea of having `LineReceiver` in the stdlib because it's so useful.
Okay, taking it out.
Heya: sorry, I don't really have time to work on this feature. FWIW: I think the issue is that GraalVM doesn't support JNR at all, and that's what we use...