codewars/lambda-calculus

implement compile/compileWith properly

Kacarott opened this issue · 1 comments

compileWith(options) should take options, filling in blanks with currently set options (or defaults?)
compile() should just be an alias for compileWith, with no arguments.

Done. Issue can be closed.