diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-09-04 18:23:10 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-09-04 18:23:50 -0400 |
| commit | 4d61bd6a5546e4ec6687042882afa04ad37bf700 (patch) | |
| tree | a38fb23004cc98eb32c302e60e66f96dfff3ca82 /docs/spec/token.html | |
| parent | a1bfaaa7f9bb449a35d4f5d081bc1a9d2da6d91b (diff) | |
Recompile spec after adding null literal
Diffstat (limited to 'docs/spec/token.html')
| -rw-r--r-- | docs/spec/token.html | 4 |
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'>+-×÷⋆√⌊⌈|¬∧∨<>≠=≤≥≡≢⊣⊢⥊∾≍↑↓↕⌽⍉/⍋⍒⊏⊑⊐⊒∊⍷⊔</span></code></td> </tr> |
