diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2023-01-27 21:58:58 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2023-01-27 21:58:58 -0500 |
| commit | 413835f20f4f8cbcf0c52c2b9a6054f442c49ee3 (patch) | |
| tree | 133814043d276a88af6531252603341575ba65e1 /src/bootstrap/boot1.bqn | |
| parent | 47754a28d94ca2066cad99631ab82d38f25844b6 (diff) | |
Compute ob as u⊐pr in all compilers
Diffstat (limited to 'src/bootstrap/boot1.bqn')
| -rw-r--r-- | src/bootstrap/boot1.bqn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/boot1.bqn b/src/bootstrap/boot1.bqn index 1a833abd..9397847e 100644 --- a/src/bootstrap/boot1.bqn +++ b/src/bootstrap/boot1.bqn @@ -248,7 +248,7 @@ Parse ← {⟨r,vn,def⟩←𝕨⋄nv←≠vn ta←tr∧2(>∨|)ps(⊢-T)+`¬ro # Train argument (first-level) fa←/(hg∨ta∨ro∨«⊸∨ps<aa)<(r=1)∨»op # Active functions: cases fe are excluded dy←2≠ny←fa⊏2«no⌈2׬(tr∧r≥0)∨ro<r=0 # Dyadic - ob←pr⊏/¯1(⊢-»)u←⍷∧pr←𝕩⊏˜pi←/hg<𝕩<sep # Objects to be loaded + ob←pr⊐˜u←∧⍷pr←𝕩⊏˜pi←/hg<𝕩<sep # Objects to be loaded cn←pi∾lt←/𝕩≥cl←vi+nv⋄ob∾↩(cl-˜≠u)+lt⊏𝕩 # Constants bk←c⊏gi # Block loads ll←sll∾˜(¬lo/1«ps)+-⟜»1↓(lo∾1)/+`ls∾0 # List Length |
