You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for your issues! I'm planning on fixing everything soon. If you're willing to help more, it' be awesome to have more issues about yet non-implemented features. I created rockstar-py right when rockstar itself was starting, so there're quite a few features I haven't caught up yet.
Sure, I will try to find some new features with the most value and create separate issues for them over the weekend.
It seems you really enjoy expanding your project with new features. It is exciting to see what is included in rockstar-py even now and what we can do with it. But without solid foundation it will be hard to create new fun Rockstar programs, no matter how many features from the specs are implemented here.
Hopefully I will be able to get some time off soon and help out with a few of those nasty bugs.
What you call bugs are really features, that's what I'm trying to tell you. The specs were not ready when I implemented rockstar-py. A lot was decided and changed after I was done developing the transpiler, and now these come out as bugs. We'll fix everything soon. It's just not my priority right now.
Hi, there seems to be an issue with transpiling compound assignments:
transpiles into
and prints 1.
Correct behaviour would be to transpile the second line into
X += 1
, making the final X value 2.See specification
The text was updated successfully, but these errors were encountered: