Closed paulstansifer closed 5 years ago
Currently, the ast! macro makes it super-easy to generate an AST that's missing a crucial import, and it's quite verbose. We need FormPat-driven way to make an AST that the parser would actually output.
ast!
FormPat
Currently, the
ast!
macro makes it super-easy to generate an AST that's missing a crucial import, and it's quite verbose. We needFormPat
-driven way to make an AST that the parser would actually output.