Liste des Groupes | Revenir à cl forth |
In article <v8dntr$1lcff$1@dont-email.me>,
Ruvim <ruvim.pinka@gmail.com> wrote:On 2024-07-31 13:41, mhx wrote:
Yes, I know. That is why I pointed to a standard-compliant implementation for "postpone" [2].This is foreseen. The standard stipulates that is not allowedI'm not sure that you can use a buggy program to test for an ambiguous>
condition (looks like a top job for an eager lawyer). It would be
much better if the anomaly can be shown with a valid program.
When we want to apply a parsing word to a calculated string, we can use
"execute-parsing" (that can be defined in a standard way [1]). For a not
parsing "to", this standard-compliant method will fail.
>
>
A testcase:
>
: apply-compiling(to) ( sd.name -- )
[: postpone to ;] execute-parsing
;
to POSTPONE TO
Les messages affichés proviennent d'usenet.