jsoftware / jsource

J engine source mirror
Other
657 stars 90 forks source link

Change ;: dyad 2/2 - emit empty boxes #40

Closed tangentstorm closed 3 years ago

tangentstorm commented 3 years ago

ew when j = _1 instead of raising error, should emit an empty box in output code 0, nothing in output code 1, (i, 0) in output codes 2 and 4.

Benefit would open up classes of FSMs where tag/bracket delimited data can be output as pre-open/inside/post-close(and pre-open next) such that all within-tag/bracket (inside) content is in boxes at odd numbered indexes.

-- Pascal Jasmin

tangentstorm commented 3 years ago

i don't understand this comment so i'm going to merge it back with the other one (#39) and let someone else merge it if they like.