add test expr and update gitignore

This commit is contained in:
jackjohn7 2026-05-16 17:54:08 -05:00
parent dde7cfc7a4
commit d916288565
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
dist-newstyle/
.direnv/
result

1
test.lm Normal file
View file

@ -0,0 +1 @@
(λx.λy.λz. x z (y z)) (λa.λb. a) (λa.λb. a)