feat: only compute all free variables during a-conversion
This commit is contained in:
10
Makefile
10
Makefile
@@ -13,5 +13,13 @@ thunk: it
|
||||
saccharine: it
|
||||
@ ./lambda.exe - < ./samples/saccharine.txt
|
||||
|
||||
prof:
|
||||
@ go tool pprof -top profile/cpu.prof
|
||||
|
||||
graph:
|
||||
@ go tool pprof -raw -output=profile/cpu.raw profile/cpu.prof
|
||||
@ go tool pprof -svg profile/cpu.prof > profile/cpu.svg
|
||||
@ open profile/cpu.svg
|
||||
|
||||
saccharineX: it
|
||||
@ ./lambda.exe -x - < ./samples/saccharine.txt > saccharine.out
|
||||
@ ./lambda.exe -x - < ./samples/saccharine.txt > saccharine.out
|
||||
|
||||
Reference in New Issue
Block a user