Commit e3a4f08
docs(vm,analyser): drop external repo references and simplify comments π
Addresses review feedback on PR #146 from @timfennis:
* scrub all mentions of an external AoC repo (`benches/programs/vec_hot_loop.ndc`,
three comments in `ndc_vm/src/vm.rs`) β those references don't belong here
* simplify the OpAssignment "both `op=` and `op`" comment in
`ndc_analyser/src/analyser.rs` β drop the jargon, keep the rationale
* tighten the `analyse_call` doc comment β say what it does, skip the
side-table mechanics that the caller already documents
No behaviour change.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>1 parent 14379d5 commit e3a4f08
3 files changed
Lines changed: 15 additions & 26 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
| 1 | + | |
| 2 | + | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
| 205 | + | |
| 206 | + | |
210 | 207 | | |
211 | 208 | | |
212 | 209 | | |
| |||
472 | 469 | | |
473 | 470 | | |
474 | 471 | | |
475 | | - | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
| 472 | + | |
| 473 | + | |
480 | 474 | | |
481 | 475 | | |
482 | 476 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
818 | 818 | | |
819 | 819 | | |
820 | 820 | | |
821 | | - | |
822 | | - | |
823 | | - | |
824 | | - | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
825 | 824 | | |
826 | 825 | | |
827 | 826 | | |
| |||
882 | 881 | | |
883 | 882 | | |
884 | 883 | | |
885 | | - | |
886 | | - | |
887 | | - | |
888 | | - | |
889 | | - | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
890 | 888 | | |
891 | 889 | | |
892 | 890 | | |
| |||
999 | 997 | | |
1000 | 998 | | |
1001 | 999 | | |
1002 | | - | |
1003 | | - | |
1004 | | - | |
| 1000 | + | |
| 1001 | + | |
1005 | 1002 | | |
1006 | 1003 | | |
1007 | 1004 | | |
| |||
0 commit comments