diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-05-28 21:49:05 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-05-28 21:49:05 -0700 |
| commit | e13473675c30ddfbacd42a716f166026b37402fb (patch) | |
| tree | d539bbdf9af0f6dd56c78476438c7e9269c967f8 /dynamic.e | |
| parent | a00f83c9446159eaf9ac817dfae5291cb226ab7a (diff) | |
make a decision on where to keep find-in and document it
Force-Push: yes Change-Id: I5e8d8ae4a6e07c2dfa38abc7b19a962932a210bf
Diffstat (limited to 'dynamic.e')
| -rw-r--r-- | dynamic.e | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dynamic.e b/dynamic.e index d10a9c4..79944b2 100644 --- a/dynamic.e +++ b/dynamic.e @@ -306,7 +306,9 @@ : recurse latest @ entry-to-execution-token , ; make-immediate -~ The implementation of find-in is in log-load.e, for now. +~ The implementation of "find-in" is in core.e, since it's used by the label +~ and transformation facilities. Once we have full log access, we get the +~ nicety of using "find" instead. ~ ~ (string pointer -- entry pointer or 0) : find latest swap find-in ; |