Marcel Garus

Results 82 issues of Marcel Garus

See #4 for more details. This issue is not an immediate priority for me. If you need this feature, don't hesitate to ping me here.

For a new version of the package, I consider completely overhauling the API of this package. **Fundamental problems of this package** * The mutable class is often not needed, people...

Create packages: ```[tasklist] ### Packages - [ ] stdin/out utilities like a print function - [ ] https://github.com/candy-lang/candy/issues/905 - [ ] logging - [ ] https://github.com/candy-lang/candy/issues/787 - [ ] Markdown...

T: Feature
Epic

Ideas: ```[tasklist] ### Tasks - [ ] More efficient argument preparation in function call (so we don't have to push references if the evaluation order doesn't change conceptually) - [...

T: Feature
P: Compiler: VM
Epic

Closes: #485 ### Checklist - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been added / updated (for bug...

T: Fix
P: Compiler: Frontend

Closes: #630 ### Checklist - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been added / updated (for bug...

T: Refactor
P: Compiler: Language Server
P: Compiler: Frontend
P: Compiler: Fuzzer
P: Compiler: VM
P: Compiler: CLI
P: Compiler: Inkwell Backend

T: Feature
P: Compiler: Inkwell Backend
Epic

In a match, after a pattern, you can have a comma and a match condition. These don't get formatted yet.

T: Feature
P: Compiler: Formatter