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
After a suggestion on Twitter from @zkat, it may be worth considering moving the grammar and parser from using pest to nom, eliminating the separate step of transforming pest::Pair<Rule> iterators into AST values.
After a suggestion on Twitter from @zkat, it may be worth considering moving the grammar and parser from using
pesttonom, eliminating the separate step of transformingpest::Pair<Rule>iterators into AST values.