paulstansifer / unseemly

Macros have types!
http://unseemly.github.io/
MIT License
129 stars 5 forks source link

Make it easy to generate well-formed Unseemly ASTs. #19

Closed paulstansifer closed 5 years ago

paulstansifer commented 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.