When I use `lambda -c < test.lambda > test.js` in the terminal, only an error prints out: ```diff - TypeError: Lambda.parse(...).compile is not a function ``` Can you fix this?
When I use
lambda -c < test.lambda > test.jsin the terminal, only an error prints out:- TypeError: Lambda.parse(...).compile is not a functionCan you fix this?