docs: add project guide for Claude #1

Closed
mvhutz wants to merge 16 commits from docs/claude-guide into main
Showing only changes of commit bb48d0777b - Show all commits

View File

@@ -22,9 +22,11 @@ run: it
@ ./lambda - < ./samples/$(TEST).txt > program.out
profile: it
@ mkdir -p profile
@ ./lambda -p profile/cpu.prof - < ./samples/$(TEST).txt > program.out
explain: it
@ mkdir -p profile
@ ./lambda -x -p profile/cpu.prof - < ./samples/$(TEST).txt > program.out
graph: