uxmal / pytocs

Converts Python source to C#
Apache License 2.0
551 stars 166 forks source link

support of Enumerable.Range #67

Open fubrasp opened 4 years ago

fubrasp commented 4 years ago

int N = 10; Are you open to support Enumerable.range(0, N) instruction. Best Regards,

uxmal commented 4 years ago

Please supply a small working python program with Enumerable.range as an example. I can work with that.