Implementing "The Super Tiny Compiler" in various languagesFebruary 7, 2021 ยท View on GitHubThis is an experiment, implementing the TSTC in Nelua and V. In V : $ touch tstc.v ; /usr/bin/time v run tstc.v In Nelua : $ touch tstc.nelua ; /usr/bin/time nelua --no-cache -q tstc.nelua