Rewrite continues

This commit is contained in:
2022-10-25 13:26:55 -07:00
parent 455e447999
commit a991c3bb91
3 changed files with 335 additions and 379 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ class LambdaParser:
)
self.pp_expr <<= (
#self.pp_church ^
self.pp_church ^
self.pp_lambda_fun ^
self.pp_name ^
(self.lp + self.pp_expr + self.rp) ^