Oh yeah we have a channel... 😅

So the multiple-non-fatal typing error reporting (i.e. in recoverable cases). Only for better error reporting for you IDE!

Same previously implemented for parsing errors ☺️
Finally, short-hand syntax for enums!

From now on, use `case Tag:` instead of `case Enum.Tag:` and `...` to ignore all unused bindings altogether instead of underscoring all of them one by one

Switch also no more requires () around values
New feature: case guards! 🎊

They support binded values of complex enums (i.e v,a,b in this example) ⚠️
New syntax for big integers and other integer types!
Are you ready?
Some VSCode stuff
VSCode, now with type errors!
🎊 Happy new year! 🎊
☝🏻
RIHATT a.k.a rewrite in Hexa all the things!
Channel photo updated
Remaking homepage to React.js 🚀
Will have instant navigation and search 😮
Did some vscode outline support with language server
Generics with type checking of unspecified type (i.e. poisoning)
More colors in error messages
Enum tag reusing and duplicate detecting
Current plan:

🫖 survive the summer 🔥
🫖 commit to GitHub recent works on C code generator and typer
🫖 make some syntax elements "more modern" & update homepage examples
🫖 update VSCode extension and others
🫖 create installer (so VSCode can use language server)