feat: added optional profiling

This commit is contained in:
2025-12-28 22:52:10 -05:00
parent a4c049c0ff
commit e9dc3fe171
8 changed files with 124 additions and 77 deletions

View File

@@ -5,7 +5,7 @@ it:
@ chmod +x ${BINARY_NAME}
simple: it
@ ./lambda.exe - < ./samples/simple.txt > program.out
@ ./lambda.exe -p profile/simple.prof - < ./samples/simple.txt > program.out
thunk: it
@ ./lambda.exe - < ./samples/thunk.txt > program.out