list assignment (and such) works!
authorcassowarii <2374677+cassowarii@users.noreply.github.com>
Thu, 23 Jul 2026 02:28:14 +0000 (19:28 -0700)
committercassowarii <2374677+cassowarii@users.noreply.github.com>
Thu, 23 Jul 2026 02:28:14 +0000 (19:28 -0700)
commit540baea12c12ea95cf97fe852c1480c1628e2781
tree217b36ccd246d0a7b8b9b1763468c4928f002e14
parenta42f601bbaf679c2f8a61ede932e8da2028ed1bf
list assignment (and such) works!

the only thing i think not currently working is something mysterious in
generator, and list.length right now because it doesn't return a
reference. i'll fix this later, i'm tired and it's too WARM, i need to
remove some of my horrible comments too
sample/generator.sbd
src/compile/emit.c
src/compile/print_ir.c
src/lib/lib.c
src/lib/table.c
src/lib/table.h
src/vm/bytecode.h
src/vm/exec.c
src/vm/operations.c
src/vm/operations.h