1 factorial: toyvm 2 ./toyvm factorial.toy 10 3 4 fibonacci: toyvm 5 ./toyvm fibonacci.toy 8 6 7 toyvm: toyvm.c Makefile 8 g++ -Wall -g -o $@ $< $(shell pkg-config --cflags --libs libgccjit) 9 10 clean: 11 rm -f *.o toyvm 12
Indexes created Wed Aug 05 00:25:39 UTC 2026