aboutsummaryrefslogtreecommitdiff
path: root/docs/spec/token.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-09-04 18:23:10 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-09-04 18:23:50 -0400
commit4d61bd6a5546e4ec6687042882afa04ad37bf700 (patch)
treea38fb23004cc98eb32c302e60e66f96dfff3ca82 /docs/spec/token.html
parenta1bfaaa7f9bb449a35d4f5d081bc1a9d2da6d91b (diff)
Recompile spec after adding null literal
Diffstat (limited to 'docs/spec/token.html')
-rw-r--r--docs/spec/token.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/spec/token.html b/docs/spec/token.html
index 010c033e..d6650376 100644
--- a/docs/spec/token.html
+++ b/docs/spec/token.html
@@ -21,6 +21,10 @@
</thead>
<tbody>
<tr>
+<td>Null literal</td>
+<td><code><span class='String'>@</span></code></td>
+</tr>
+<tr>
<td>Primitive Function</td>
<td><code><span class='Function'>+-×÷⋆√⌊⌈|¬∧∨&lt;&gt;≠=≤≥≡≢⊣⊢⥊∾≍↑↓↕⌽⍉/⍋⍒⊏⊑⊐⊒∊⍷⊔</span></code></td>
</tr>