Marc Fischer
Marc Fischer
Is it realistic that there will be progress here?
This would be a good attempt for me to test bit twiddling.
Can I jump in here and ask some general questions about ASTs in Rust and pest? From my point of view, there are two important questions about generating an AST...
@TheVeryDarkness The problem with a rule like this `row = { (item ~ comma)* ~ item }` can be solved with the tagging feature invented with pest v2.6.0. So you...
@GoetzGoerisch The PR eclipse/paho.mqtt.c#1451 was approved. Now waiting for merge. Afterwards, we can go for the cpp version.