From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id uPtfKNraBmdjlQAAe85BDQ:P1 (envelope-from ) for ; Wed, 09 Oct 2024 21:34:50 +0200 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id uPtfKNraBmdjlQAAe85BDQ (envelope-from ) for ; Wed, 09 Oct 2024 21:34:50 +0200 X-Envelope-To: patches@johnnyrichard.com Authentication-Results: aspmx1.migadu.com; none Received: from mail-a.sr.ht (mail-a.sr.ht [46.23.81.152]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 95FAB46D97 for ; Wed, 09 Oct 2024 21:34:50 +0200 (CEST) DKIM-Signature: a=rsa-sha256; bh=Im0d0irCeDw0H9Wbp2TjUv5c30Y4Ljudz5CK5OsK4yY=; c=simple/simple; d=lists.sr.ht; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-Unsubscribe:List-Subscribe:List-Archive:List-Post:List-ID; q=dns/txt; s=20240113; t=1728502490; v=1; b=Xad/pUhm7DxgNbu2ZJVbkSJochdRLtyxNGDAOPNdiVnqd6Ec1tjpFBsZGUkDlVEfaOsmTqPW 5B0TZAlp9sWlPelCuFqBX+cQJayfZOfwiD62pE0gaRsKcNhyrZVgHOj35QPI1BbEDTBFlIa6te1 lDboauzeJ/KhjIoKZoxa1bjRYnv/L7myxb0OotOdfC5+4jB+J/s8/Y8lfpNGV7E+TJSr+UA6n1D 98QtMaw79dRLn2C9gf3vaYvAiCxBjYGOg3uc1XjMHs/F4z0FylasaS1gJ2IO29alozWV6Es/qo0 anHw8nFwfZlE6Ke94UrQQYtfXbQUJyP8id66oPg+t15sA== Received: from lists.sr.ht (unknown [46.23.81.154]) by mail-a.sr.ht (Postfix) with ESMTPSA id 4E66D201D8 for ; Wed, 09 Oct 2024 19:34:50 +0000 (UTC) Received: from out-189.mta1.migadu.com (out-189.mta1.migadu.com [95.215.58.189]) by mail-a.sr.ht (Postfix) with ESMTPS id 8FDED20159 for <~johnnyrichard/olang-devel@lists.sr.ht>; Wed, 09 Oct 2024 19:34:49 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=johnnyrichard.com; s=key1; t=1728502489; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=XNnGXDJDX2SxDSEblBZnrC4oiLd6x0ZWfC2Rh3zoBF8=; b=14YRqwqJDhxOOe12w3ANGZeELL1w6HFB2WXQ4KtZMDnMbXRx4+tYnnnzknnOezu+yF4Uyh dAzTmSofzYKmTn74GaxMSE8I6mTu4kl/+8f/xi8UIDKhAXClXCfNoKyTeA/jmZI9UN6yo8 4rZcxdm3vqB2ovdRXjelOhflmB2UZH/R0QAzqdbbSErhAv9ol14jSSe1nVLjf9RsdWFWgD iCsqyw021GkvqSLwpVFbhCA/7mFLgtbNVrhSDX8czC0kMDUVKv4gATI7t4dOyHCG2n0GDb fUtlJvy+ejwdAtpQrIOEyK7IcHtGQ78RU+xmLH6S/0EXi8sL1pCIT1lhV5nF2A== From: Johnny Richard To: ~johnnyrichard/olang-devel@lists.sr.ht Cc: Johnny Richard Subject: [PATCH olang v1 1/3] doc: add unary expression to language spec Date: Wed, 9 Oct 2024 23:18:27 +0200 Message-ID: <20241009213425.412949-2-johnny@johnnyrichard.com> In-Reply-To: <20241009213425.412949-1-johnny@johnnyrichard.com> References: <20241009213425.412949-1-johnny@johnnyrichard.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Sourcehut-Patchset-Status: UNKNOWN List-Unsubscribe: List-Subscribe: List-Archive: Archived-At: List-Post: List-ID: ~johnnyrichard/olang-devel <~johnnyrichard/olang-devel.lists.sr.ht> Sender: ~johnnyrichard/olang-devel <~johnnyrichard/olang-devel@lists.sr.ht> X-Migadu-Flow: FLOW_IN X-Migadu-Country: NL X-Migadu-Spam-Score: -4.00 X-Spam-Score: -4.00 X-Migadu-Queue-Id: 95FAB46D97 X-Migadu-Scanner: mx13.migadu.com X-TUID: +g8G2f8Dcp1T Signed-off-by: Johnny Richard --- docs/info/specification.texi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/info/specification.texi b/docs/info/specification.texi index 6caaac8..a466331 100644 --- a/docs/info/specification.texi +++ b/docs/info/specification.texi @@ -78,8 +78,17 @@ language. ::= | | + | | '(' ')' + ::= + ::= & + | * + | + + | - + | ~ + | ! + (* Identifiers *) ::= 'u32' ::= ( | '_') ( | | '_')* -- 2.46.0