yasl icon indicating copy to clipboard operation
yasl copied to clipboard

Bytecode Interpreter for Yet Another Scripting Language (YASL).

Results 75 yasl issues
Sort by recently updated
recently updated
newest added

The following example will crash: ``` const x = [ 'a'] const y = [] echo x y->sort(fn(a, b) { return a->tostr('x') < b->tostr('x') }) y->sort(fn(a, b) { y->push(a) return...

bug

Add `list.searchall` and `str.searchall` functions that return a list of all indices found with `search`.

enhancement
good first issue