parse .td files to dialects
JiangPQ opened this issue · 3 comments
JiangPQ commented
Hi, I wonder if it is possible that pymlir takes .td files as input and parse them to Dialects? So that I don't have to hand write the python Dialects.
Thanks!
tbennun commented
Interesting idea! Currently we don't support this, but if some dependency like PyTablegen is introduced one can implement that.