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
{{ message }}
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
Sometimes i feel that proc-macros should be given more chance to read and accept "fake" grammars, which allows it accept its own kinds of items and statements. This helps experiments on delegations and virtual structs and ideas like those.
The text was updated successfully, but these errors were encountered:
Sure, it is more difficult to parse something that is almost Rust than something that is Rust, as the latter case can just use syn, but anything that can be lexed by the Rust lexer can be accepted by proc macros.
So I don't know exactly what you're asking for. (I am working on a parser generator targeting syn::Parse and proc macros, though, which should make this much easier once it's reasonably usable.)
Sometimes i feel that proc-macros should be given more chance to read and accept "fake" grammars, which allows it accept its own kinds of items and statements. This helps experiments on delegations and virtual structs and ideas like those.
The text was updated successfully, but these errors were encountered: