diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-11-11 19:10:59 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-11-11 19:10:59 -0500 |
| commit | 5bcdc8091c6a587f9dff5871b81d1bc97ffcec1a (patch) | |
| tree | 9249b08dc558c08dc58f42d16a75e6a9bf69daa1 /src | |
| parent | fffc462cdbac2947cef88e0637d5b50faa1fb041 (diff) | |
Fix source index output from cjs.bqn
Diffstat (limited to 'src')
| -rwxr-xr-x | src/cjs.bqn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cjs.bqn b/src/cjs.bqn index 3dc61691..1f89154d 100755 --- a/src/cjs.bqn +++ b/src/cjs.bqn @@ -24,8 +24,8 @@ useInd ← "-i"≡⊑args←•args ⋄ args↓˜↩useInd Comp ← ((<"runtime" Ind F)¨↕≠∾glyphs) glyphs _getComp ⊢ J ← ∾∾⟜(@+10)¨ Fconst ← ≡◶⟨@⊸≤◶{Num𝕩}‿Char, Str, ⊑⟩ -Fout ← (≠↑⟨F,Fconst,L =◶⟨F,L(L F¨)¨⟩¨,L ·F¨2⊸↑,F⟩˙) {L𝕎¨𝕩}¨ ⊢ -Long ← ∾ (≠↑1‿3/⟨" "⊸∾⋄((@+10)∾" ,")⊸∾⟩˙) {𝕎𝕩}¨ ⊢ +Fout ← (≠↑⟨F,Fconst,L =◶⟨F,L(L F¨)¨⟩¨,L ·F¨2⊸↑,L F¨⟩˙) {L𝕎¨𝕩}¨ ⊢ +Long ← ∾ (≠↑1‿4/⟨" "⊸∾⋄((@+10)∾" ,")⊸∾⟩˙) {𝕎𝕩}¨ ⊢ LFC ← Long∘Fout∘Comp RT ← { |
