quilt icon indicating copy to clipboard operation
quilt copied to clipboard

A dynamically typed interpreted scripting language.

Results 3 quilt issues
Sort by recently updated
recently updated
newest added

```js for i in (for j in 0:10 { 0:2 }) { @print(i) } ``` the outer loop will never run. the inner loop has incorrect variable bindings.

the parser is flawed, everything is an expression when the language does have statements. might want to step away from peg parsing due to the unrecoverable ast.

the spread operator is currently not implmented