Results 17 issues of unless

Could be handy to be able to write ```coffee [0,1,1,2,3,5].map `some template string ${&}` ```

proposal

When using switch with type-checking on a union typed variable, typescript understands what the determined type is and you can use it without errors. For example ```coffee union : number...

When writing for a class in vscode using `@`, and accepting an autocomplete suggestion regarding class members vscode adds the redundant `this.` making the expression into an error. ![vsc_civet_this](https://github.com/DanielXMoore/Civet/assets/38718816/03d18308-9d2b-4890-a325-c57adff3cc3b)

bug
lsp

Somewhat related to #822 but I thought I'd make a separate issue. This is not a parse error per se, only the highlighter acting up while the code compiles. Initially...

So I know there's an issue #75 from the past but currying got a bit lost in there so I just wanted to make a fresh single-purpose feature request for...

proposal

Playground's text editor (and the ones in the Reference section) lose focus when pressing `tab` making it hard to input indentation and playing with civet on the site. Tested on...

It would be cool to be able to set a radius and a speed for a light source that it would use to continously orbit around a point while you...