code wiki / rw
topic: rw
12 modules sharing the rw name family (derived from the tree's prefix discipline).
The 'rw' topic family in the Nishi sovereign ecosystem focuses on testing and validating specific language constructs within the pack-rules vet framework. Modules like nx_rw_andor examine logical operators in conditions, while nx_rw_elseif and nx_rw_emptystr explore deliberate trap scenarios involving control flow and string handling. These modules collectively ensure robustness in handling complex expressions and edge cases within the NishiLang environment.
auto-narrated by the local model from this topic's module headers; links verified against the wiki index.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| nx_rw_andor.nx | TRAP WITNESS (pack-rules vet). Tactic under test: && and || in conditions | 16 | 1 |
| nx_rw_args3.nx | TRAP WITNESS (pack-rules vet). Tactic under test: a helper with the exact | 20 | 2 |
| nx_rw_callarg.nx | TRAP WITNESS (pack-rules vet). Tactics under test: (a) a call nested inside | 22 | 3 |
| nx_rw_castidx.nx | TRAP WITNESS (pack-rules vet). Tactic under test: indexing the result of an | 15 | 1 |
| nx_rw_elseif.nx | DELIBERATE TRAP WITNESS (pack-rules vet, see knowledge/forge/pack_rules_vet_v1.txt). | 14 | 1 |
| nx_rw_emptystr.nx | DELIBERATE TRAP WITNESS (pack-rules vet). Tactic under test: the bare "" | 18 | 1 |
| nx_rw_hashlit.nx | DELIBERATE TRAP WITNESS (pack-rules vet). Tactic under test: the characters | 17 | 1 |
| nx_rw_modulo.nx | TRAP WITNESS (pack-rules vet). Tactic under test: the % operator (the pack | 12 | 1 |
| nx_rw_ptrchain.nx | TRAP WITNESS (pack-rules vet). Tactic under test: chained pointer | 17 | 1 |
| nx_rw_shift56.nx | DELIBERATE TRAP WITNESS (pack-rules vet). Tactic under test: an IMMEDIATE | 20 | 1 |
| nx_rw_staticarr.nx | DELIBERATE TRAP WITNESS (pack-rules vet). Tactic under test: module-level | 15 | 1 |
| nx_rw_stmtbound.nx | DELIBERATE TRAP WITNESS (pack-rules vet). Tactic under test: an expression | 18 | 2 |