niv / neverwinter.nim

CLI tools and nim library used in Neverwinter Nights: Enhanced Edition development
MIT License
131 stars 29 forks source link

Error when using a positive value with the + sign #127

Closed BhaalM closed 3 months ago

BhaalM commented 3 months ago

I was asked to fill an issue about this.

if you have a function void foo(int n); and you call it with foo(+2); you get: ERROR: UNKNOWN STATE IN COMPILER

mtijanic commented 3 months ago

Fixed by #130