Kiss
Fix generator bug. generators.ks still segfaults when translated
Merge generators in.
Finished it I think
It works! Need to think through this branch overall before merging though.
Not finished but want to work on perf fixes in default.
Parsing works fine.
Started work on yield. Whle writing the tests, I've realized adding assert would be nice, so swapping to add that first.
Fixed some parsing tests, fixed fizzbuzz (and expression parsing), and fixed some tests that should have been failing during the goto branch...

heads

tip
browse log

clone

read-only
https://hg.sr.ht/~marky1991/kiss
read/write
ssh://hg@hg.sr.ht/~marky1991/kiss
Kiss: A simple language. Currently implemented using the rpython framework from the pypy team.