raghav-deepsource
raghav-deepsource
Yup. Any thoughts on adding a way to pass a `List` of extended modifiers, instead of just a set? It would be useful for cases where the user wants to...
That makes sense.
*disclaimer* while all the stuff I have said below may apply to some extent, the argument is rendered moot since spoon generates an unordered set of modifiers during model building...
revisiting this now, I can draw a parallel between how spoon does this and other similar libraries such as JavaParser. IMO, the crux of this and many other issues is...
I am undertaking a rewrite of the position building code for my job and this work will be available publicly on my account, but I am not sure if it...
> I disagree with this statement. The AST is entirely true to the source code. True, I misspoke. Spoon is, in the end, an AST library, not a CST one....
seeing as there's now (beta) support for bluetooth 5 in the pico w, any thoughts on how long it would take to have Bluetooth working as well?
Does anything but spoon core still depend on spoon parent?
spoon-data-flow makes use of microsoft's Z3 solver, so it is likely what you would want to use for serious data flow analysis. Spoon-control-flow only provides a facility to create and...
unfortunately, I can't answer your question about that. the existing code is very early PoC level stuff, and you'll need to figure out what to do by yourself I'm afraid.