From d43b22c6fa59268a29bfe9eb685c3a55dccc257b Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Mon, 2 Nov 2020 20:22:32 -0700 Subject: refactor the numeric types --- language/scanning.rst | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'language') diff --git a/language/scanning.rst b/language/scanning.rst index a141b41..044441d 100644 --- a/language/scanning.rst +++ b/language/scanning.rst @@ -11,12 +11,20 @@ Scanning Punctuators, string literals, and character constants do not require explicit separation from adjacent tokens. keyword - One of the literal words ``bool``, ``break``, ``case``, - ``char``, ``const``, ``continue``, ``default``, ``do``, ``double``, - ``else``, ``enum``, ``extern``, ``false``, ``float``, ``for``, ``fragile``, - ``function``, ``if``, :crowbar:ref:`include `, ``int``, ``long``, ``opaque``, ``return``, - ``short``, ``signed``, ``sizeof``, ``struct``, ``switch``, ``true``, ``union``, - ``unsigned``, ``void``, or ``while``. + One of the literal words ``bool``, ``break``, ``byte``, + ``case``, ``const``, ``continue``, + ``default``, ``do``, + ``else``, ``enum``, + ``false``, ``float32``, ``float64``, ``for``, ``fragile``, ``function``, + ``if``, :crowbar:ref:`include `, ``int8``, ``int16``, ``int32``, ``int64``, ``intaddr``, + ``long``, + ``opaque``, + ``return``, + ``short``, ``sizeof``, ``struct``, ``switch``, + ``true``, + ``uint8``, ``uint16``, ``uint32``, ``uint64``, ``uintaddr``, ``union``, + ``void``, + or ``while``. identifier A nonempty sequence of characters blah blah blah -- cgit v1.2.3