diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-05-15 10:03:44 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-05-15 10:03:44 -0400 |
| commit | 9c3608eab28788007b052cc600a8e210bb70b679 (patch) | |
| tree | 62d4a32c87bfacad2e96fd02a21ad42437dfc0e9 /src/pp.bqn | |
| parent | 93e4e69199311ac2b7a02ec3ed48290b99f097a0 (diff) | |
Don't rely on fills so much in cjs.bqn
Diffstat (limited to 'src/pp.bqn')
| -rw-r--r-- | src/pp.bqn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ E_nodef ⇐ { f←(𝕩=@+10)≥○((1+↕∘≠)⊸(⌈`×))q<𝕩='#' # Comments w←('•'⊸=(∨»⊸∧⊢)∊⟜idChars) f/𝕩 # Group words t←(¯1+`·¬(»f/q)∨w)⊸⊔ f/𝕩 # Tokenize - ∾ (in⊸⊐ ⊑⟜out⍟(<⟜(≠in))¨ ⊢) t # Replace + ∾ (in⊸⊐ ⊑⟜out⍟(<⟜(≠in))¨ ⊢)⍟(0<≠) t # Replace } # Process expression, possibly redefining a primitive E_proc ⇐ E_isdef◶E_nodef‿{ |
