Akuli / jou

Yet another programming language
MIT License
11 stars 4 forks source link

Warning for "not foo == bar" #361

Open Akuli opened 1 year ago

Akuli commented 1 year ago

I just wrote some Jou code that contained not foo == bar. I intended it to be foo == bar instead, and if I actually wanted not foo == bar I would do foo != bar anyway.

I think there should be a compiler warning for not foo == bar, and also not foo != bar.