ive been writing an interpreter for a programming language based on k6. the repo is here bleedsa/k12: portable k implementation - Codeberg.org. i was wondering what people in the rust community would think of this. it compiles to cosmopolitan and uses a stack based virtual machine called vvm (vector virtual machine). k12 parsing, lexing, and object repr can be found in the k12 package. common modules are included in com.