2021-06-22 12:27:55 crc Have you ever had the need to do a b-tree index in Retro ever? 2021-06-22 12:29:01 I have not 2021-06-22 12:33:43 Ah OK. I've been noodling over some ideas. 2021-06-22 12:57:10 I've not looked into implementing this, or quite a few other data structures yet :( 2021-06-22 12:57:57 I've been building a few mostly as a learning exercise. 2021-06-22 12:58:08 Just about done with a singly linked list. 2021-06-22 12:58:29 There was a possible bug with `-i` but I am still unsure if it is just me being a novice, heh 2021-06-22 13:01:15 all -i does is set a flag to call the listener after evaluating any code blocks in files 2021-06-22 14:18:12 I hit a strange issue where calling `retro -t foo` works, but `retro -i -t foo` resulted in an INVALID INSTRUCTION type error. 2021-06-22 14:18:30 I can provide steps to reproduce, but I think it might just be a novice mistake on my part. 2021-06-22 14:18:40 Not able to reproduce in isolation yet. 2021-06-22 14:32:41 if you can provide a breakdown to reproduce, I'll look into it 2021-06-22 15:45:40 vazub[m]: john has been slowly reworking his assembler, which is holding that up at the moment. 2021-06-22 15:46:51 I have a fork of it at https://github.com/crcx/impexus with some more drivers written in retro