blob: 37fe3af90dcfe9bf36c24a772032e06da29d69db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Native ← Exec ← •BQN
Trim ← ((∨`∧∨`⌾⌽)' '⊸≠)⊸/
Supports ← {
l ← (0<≠)◶0‿('#'≠⊑)¨⊸/ ∾ {•FLines "cases/"∾𝕩∾".bqn"}¨𝕩
c ← ('%'⊸= (∨´⊣)◶⟨"1"⋈⊢, Trim¨(+`-2⊸×)⊸⊔⟩ ⊢)¨ l
r ← {("!"⊸≡◶⟨<Native,0˙⟩𝕨) ≢ <∘Exec⎊0𝕩}´¨ c
f‿e ← +` 2↑/⁼ r / ("!"≡⊑)¨c
W ← ∾⟜(∾⟜" of "⊸∾○•Repr⟜(≠c))
f 0⊸≠◶⟨"Passing", 0⊸≠◶"Ignores errors: "‿"Failed "⊸W⟩ e
}
Row ← {∾"| "‿𝕨‿" | "‿𝕩}
head ← ⋈⟜(⊢+'|'⊸≠×'-'⊸-) "Feature " Row "Support"
•Out ¯1↓ ∾ ∾⟜(@+10)¨ head ∾ Row⟜Supports´¨ ⟨
⟨"Basics ", "bytecode"‿"simple"‿"literal"‿"token"‿"syntax"‿"prim"⟩
⟨"Inferred ", "identity"‿"undo"‿"under"⟩
⟨"Fills ", ⋈"fill"⟩
⟨"Headers ", ⋈"header"⟩
⟨"Namespaces ", ⋈"namespace"⟩
⟨"Undo headers", ⋈"unhead"⟩
⟩
|