Danil

Results 5 issues of Danil

Yalija does not support break statements which could be useful when doing loops, consider adding support for it in the future.

enhancement

Yalija's function declaration syntax performs two independent operations. It creates a function and also binds it to a name. This improves usability for the common case where we do want...

enhancement

Currently yalija's REPL mode only supports single-line statements and expressions, this is a quite jarring limitation because practically no one writes code in a single line. Moreover, PR #9 ships...

enhancement

## Overview Currently these are the operators supported by yalija, going from the lowest precedence level to the highest. | Name | Operators | Associativity | | ------------- | -------------...

enhancement

# Question Hi, first of all, thank you for the amazing library that you guys created and maintained. I'm currently trying to implement a persistent floating notification like the following...

Stale