PrintLang
A programming language interpreter. The programming language is a series of semicolon-separated
statements. The only possible statements are "expression", followed by an expression, and
"call:", followed by an expression (the function), followed by any number of comma-seperated
expressions (the
arguments), followed by a semicolon. The only possible expressions are "print", and strings.