pymlir icon indicating copy to clipboard operation
pymlir copied to clipboard

parse .td files to dialects

Open JiangPQ opened this issue 4 years ago • 3 comments

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!

JiangPQ avatar May 20 '21 08:05 JiangPQ

Interesting idea! Currently we don't support this, but if some dependency like PyTablegen is introduced one can implement that.

tbennun avatar May 20 '21 09:05 tbennun

@tbennun Glad to see your reply! Never heard PyTablegen before. I'll check what I can do with it. Thanks for you hints!

JiangPQ avatar May 24 '21 01:05 JiangPQ

Is. td now supported as input for dialects?

BoBoManTou avatar May 08 '24 06:05 BoBoManTou