From 2abb2a9ea25bfa4065eb374d1e2ff9d3669b75f4 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Fri, 9 Oct 2020 10:15:31 -0400 Subject: =?UTF-8?q?Add=20=E2=87=90=20to=20syntax=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spec/token.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/token.md b/spec/token.md index e7e67324..fb1bb3c6 100644 --- a/spec/token.md +++ b/spec/token.md @@ -23,6 +23,6 @@ Otherwise, a single character forms a token. Only the specified set of character | Primitive 1-Modifier | `` ˙˜˘¨⌜⁼´˝` `` | Primitive 1-Modifier | `∘○⊸⟜⌾⊘◶⎉⚇⍟` | Special name | `𝕨𝕩𝕗𝕘𝕤𝕎𝕏𝔽𝔾𝕊` -| Punctuation | `←↩→(){}⟨⟩‿⋄,` and newline +| Punctuation | `←⇐↩→(){}⟨⟩‿⋄,` and newline In the BQN [grammar specification](grammar.md), the three primitive classes are grouped into terminals `Fl`, `_ml`, and `_cl`, while the punctuation characters are identified separately as keywords such as `"←"`. The special names are handled specially. The uppercase versions `𝕎𝕏𝔽𝔾𝕊` and lowercase versions `𝕨𝕩𝕗𝕘𝕤` are two spellings of the five underlying inputs and function. -- cgit v1.2.3