A tiny incomplete interpreter for a language similar to Python 3 with enough functionality to parse & interpret the factorial and the fibonacci function.
This has been hacked together based on a similar interpreter I did some ten years ago, that time for Objective-C and Java.