Implement basic interpreted language

This commit is contained in:
Martin Fredin 2023-01-20 14:12:04 +01:00
parent d28aa9fc5d
commit 64ee4dc432
12 changed files with 559 additions and 1 deletions

5
test_program Normal file
View file

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