Nathaniel Fernandes

Results 7 issues of Nathaniel Fernandes

When not used in iTerm with a monospace font, the ui goes off the screen.

```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

documentation
help wanted

currently the CI steps are not cached

enhancement
help wanted