You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Associate "probe words" with handles, and allow user to assert that a given probe word will have a particular state at some point in the script. If it does not, optionally quit and write out debug files for any lexicons loaded into memory
The intention is to do something like:
probe: "foo" as BAR
% rules here
assert: BAR is "høø"
and to produce debug output if the probe is wrong. This should help the user ensure that their rules have the intended outputs.
The text was updated successfully, but these errors were encountered:
Associate "probe words" with handles, and allow user to assert that a given probe word will have a particular state at some point in the script. If it does not, optionally quit and write out debug files for any lexicons loaded into memory
The intention is to do something like:
and to produce debug output if the probe is wrong. This should help the user ensure that their rules have the intended outputs.
The text was updated successfully, but these errors were encountered: