Gidsss / UwUIDE

A compiler made to be cute uwu >~<
6 stars 0 forks source link

fix: empty `inpwt()` converted to `String`, `String.split()` takes no args, `Bool` math ops should return `Int` and `Float` #296

Closed am-cid closed 3 months ago

am-cid commented 3 months ago

closes #294 closes #295


changes

  1. String.split() now properly doesn't take in a separator argument
  2. empty inpwt() now gets properly converted to String
  3. Bool math op dunder methods return Int or Float instead of Bool which would cap the value no matter which operation it did