simple-parser make a tiny complier for learning, transform lisp to c lisp style =====> c style (add 2 (subtract 4 2)) add(2, subtract(4, 2));