Open heysokam opened 7 months ago
Created a working version, but its very hacky
Would appreciate your input on how you would do these Unsafe*Names
config options, while respecting your existing architecture
https://github.com/PMunch/futhark/compare/master...heysokam:futhark-overloads:master
This is perfectly legal in Nim, because they are all different functions with different shapes:
But futhark sanitizes everything, and turns them into this instead:
Would it be possible to have a flag that skips this name sanitation when opted into?