Benoit Giannangeli
Benoit Giannangeli
LSP https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/
```buzz fun iCanFail() > !num { | ... } ```
```buzz object A { const num assignedOnce; } ```
When less than 255, `u8`, then `u16`, etc.
Zig-like `defer` keyword that will execute an expression just before exiting the current function. ```buzz fun main() > void { File file = File.open("hello", mode: FileMode.read); defer file.close(); |... }...
I'm in the middle of trying to find a well hidden memory leak. Lovebird would help a lot if I could explore upvalues/locals/etc. from the right column.