Amaan Qureshi
Amaan Qureshi
out of scope for this *parser*, but this is doable with some post processing via queries/injections or other mechanisms.
I think we're gonna close this out since it probably will never be stabilized, and might be removed in the future, seems like deref patterns will supersede box patterns
They're treated separately now
Can you rebase @cormacrelf And for your questions: 1) the entire else_clause should be a field named 'alternative' 2) maybe an alternative would be to have a `repeat($.else_if_clause)` followed by...
Seems like the inner attributes inside arrays or tuples are no longer valid, the code does not compile w/ rustc 1.78.0 nightly with this error: ``` error: an inner attribute...
The given example parses correctly now
I'm hoping this is fixed on master/0.20.4, try it out! But a good idea might be to just inject Rust inside a macro's token tree
Hey that's an interesting side effect/bug potentially. I tried random values from 0x80 to 0xa0, it only reduces after 0xa0 (a1) which is interesting. I'll dig more in core to...
Found it, using 0xA0 is tricky because it's also used as whitespace - which is valid..anywhere due to it being in the extras. Sidestepping this like so keeps the state...
it's technically considered a whitespace character, I'll leave keeping it in extras up to you, I know almost 0 PHP as for the range stuff, I think it'd be best...