Lambda-compiler

A scheme compiler: compile scheme to lambda

This project is inspired by Matt: Compiling to lambda-calculus

Improvement

  • add datatype string
  • fix bug: variable name not override. test code: (lambda (if) if)