Can someone make a λ parser? – Page 2 – Requests to the Community – Snap! Forum https://forum.snap.berkeley.edu/t/can-someone-make-a-parser/10744?page=2
λx.x would turn into (using Lisp notation) (λ x x), (λx.x λy.λz.y) into (CALL (λ x x) (λ y (λ z y))), etc. It should also give some kind of result like ERROR (no list) if the input doesn't have the right syntax. If you…
wanting a dpla parser a parse class coded in js or python but not snap thats bad