Switched directories for the test program, added some example LL programs, and gave the Funky programs a temporary extension.

This commit is contained in:
Samuel Hammersberg 2023-01-22 19:42:51 +01:00
parent df3bf7c6ab
commit 0ae5a9cee0
4 changed files with 87 additions and 0 deletions

5
test/test_program.sf Normal file
View file

@ -0,0 +1,5 @@
main = (\x -> x + x + 3) ((\x -> x) 2)