aboutsummaryrefslogtreecommitdiff
path: root/help/genhelp.bqn
diff options
context:
space:
mode:
Diffstat (limited to 'help/genhelp.bqn')
-rwxr-xr-xhelp/genhelp.bqn8
1 files changed, 5 insertions, 3 deletions
diff --git a/help/genhelp.bqn b/help/genhelp.bqn
index cf50c939..b4a5b8c9 100755
--- a/help/genhelp.bqn
+++ b/help/genhelp.bqn
@@ -5,15 +5,17 @@ thing ← {
names ← (⊣∾", "∾⊢)´{(¬·∧`' '⊸=)⊸/⌾⌽(2+⊑/':'=𝕩)↓𝕩}¨("## "≡3⊸↑)¨⊸/data
t‿d ← ∾/¨(⊏data)=¨"()"
sym ← "`"∾˜"`"∾{'`':"` ` `"; '|':"\"∾𝕩 ; 𝕩}¯3⊑2⊑data
- •Show "| " ∾ sym ∾ " | [" ∾ names ∾ "]("∾((t+1)↓d↑⊑data)∾ ") |"
-}¨•args
+ •Show "| " ∾ sym ∾ " | [" ∾ names ∾ "]("∾𝕩∾ ") |"
+}¨•args(¬∘∊/⊣)⟨"README.md"⟩
head ← ⟨
"*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/index.html).*"
⟨⟩
"# REPL Help"
⟨⟩
+"Symbols are listed in alphabetical order of page name, ignoring syntactical roles."
+⟨⟩
"| Symbol | Link |"
"|--------|------|"
-"index.md.tmp" •FLines head ∾ thing #rename once you have a proper file. \ No newline at end of file
+"README.md" •FLines head ∾ thing #rename once you have a proper file. \ No newline at end of file