Claire Foster
Claire Foster
Presumably we'd want to use the green tree you'd get from `parseall(GreenNode, code)` because we want to highlight syntax trivia like comments. (Note, the green tree doesn't have the most...
> In particular, one can show a progress bar in the task bar and on the tab for a given Julia instance. I think the best place to add support...
I'll need more information to do something about this. Please provide a minimal program which reproduces the error.
I started writing a comment here about how I think progress logging *should* work with the new infrastructure, and totally nerd sniped myself. Which led to the following implementation in...
There's such a thing in python so it's technically possible to do in the jupyter UI already. I don't know much about the technical details though. See https://github.com/tqdm/tqdm#ipython-jupyter-integration
What's the status of this package, it looks like it is still largely dormant? There's been some talk of having a stdlib for parsing S-Expressions as a utility for testing...
Awesome, many thanks :-) I'm sure those parts do exist.
Thanks, it looks neat. It turns out that with a few tweaks to make it easier to enter arbitrary `Expr` heads, I was able to support the needs of Base...
Yes, we'll eventually need some julia implementation of lowering. I did a lot of the "simplify expressions" / "desugaring" part a while ago in https://github.com/JuliaLang/julia/pull/32201 but there is a lot...
It's good that this proposal can represent leap seconds and dodges the need to compute with them. Leap second tables are a real pain. Functionality to get the real number...