My Javascript Compiler

Go to inspect console, and try insert this 'mul 3 sub 2 sum 1 3 4'

function transpile(parse(lex(program)))

Output: (3 * (2 - (1 + 3 + 4)))