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
and implement it for all of our AST types, and expose a top level helper utility that takes a whole ast::WebidlBindingsSection and recursively unparses the whole thing.
The text was updated successfully, but these errors were encountered:
We can parse the straw proposal text format into an AST (see
src/ast.rs
andsrc/grammar.lalrpop
).We should also support taking an AST and writing it out into the straw proposal text format.
I'd define a trait like
and implement it for all of our AST types, and expose a top level helper utility that takes a whole
ast::WebidlBindingsSection
and recursively unparses the whole thing.The text was updated successfully, but these errors were encountered: