You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to do some analysis/searching of Lua code with full_moon and I find I can't easily store references to nodes in a Visitor. I was looking at the syn crate and they have annotated their Visitor trait with the lifetime of the AST, meaning that this is allowed. Is it something you'd consider for full_moon?
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to do some analysis/searching of Lua code with
full_moon
and I find I can't easily store references to nodes in a Visitor. I was looking at the syn crate and they have annotated their Visitor trait with the lifetime of the AST, meaning that this is allowed. Is it something you'd consider forfull_moon
?The text was updated successfully, but these errors were encountered: