Gidsss / UwUIDE

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

fix: added newlines to unstyled error messages, removed styling for mismatched call arg types error #236

Closed am-cid closed 6 months ago

am-cid commented 6 months ago

closes #234


undefined identifier

image

reassigning constant

image

function assignment

image

non function call

image

return type mismatch

image

declaration and assignment type mismatch

image

non math prefix/postfix operand

image

non math infix operand

image

non iterable indexing

image

unknown class member

image

heterogeneous array

image

no return statement

image

mismatched call arg types

image