Implementing "The Super Tiny Compiler" in various languages

February 7, 2021 ยท View on GitHub

This 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