intel / yarpgen

Yet Another Random Program Generator
Other
468 stars 50 forks source link

Struct/Union Types #124

Open RamiHg opened 4 years ago

RamiHg commented 4 years ago

Hello,

First of all, I just wanted to say that I love yarpgen! I'm still using the "v1" branch, but I've been following the development of the new version and I'm really interested in using it. However, I rely on the struct generation of v1. I noticed that struct types are still unsupported in master. Do you have any plans on adding struct/union/enum support, or is it not a priority for the near future?

Thanks!

Vsevolod-Livinskij commented 4 years ago

Hello,

We are glad to hear that you love yarpgen! Could you please tell us more about what do you use it for and how successful it is?

Yes, we want to eventually reimplement all of the features of v1 in the master branch. Unfortunately, right now, we are focused on loop-related features (e.g. access patterns), so we won't be able to work on this feature until late August or early September.

I'll add a comment to this issue when we implement struct/union/enum support in the new version.