From 9c4f57d5e8fc015fcc4d47990e334556357ed568 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Thu, 12 Mar 2026 14:48:38 +0100 Subject: spec: use list for terms in variable-declaration --- spec/variable-declaration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/variable-declaration.md b/spec/variable-declaration.md index daa055e..964671a 100644 --- a/spec/variable-declaration.md +++ b/spec/variable-declaration.md @@ -8,10 +8,10 @@ state: draft ## Terms -list: multiple tokens seperated by spaces -token: a particular fully formed symbol or set of symbols representing a specific meaning in rabbitscript and that has no more specific underlying meaning. (i.e. a VARNAME is a token but not an EXPRESSION, however a LITERAL or an OPERAND are tokens) -meaning: something that a parser of the grammar could act on to verify syntaxic validity (is a token valid in relation to the token that follows or precedes it) -representation: something that defines meaning and that a parser of the grammar could act on to verify a token's validity (is a token properly represented or does it contain a symbol that breaks the validity of its representation) +- list: multiple tokens seperated by spaces +- token: a particular fully formed symbol or set of symbols representing a specific meaning in rabbitscript and that has no more specific underlying meaning. (i.e. a VARNAME is a token but not an EXPRESSION, however a LITERAL or an OPERAND are tokens) +- meaning: something that a parser of the grammar could act on to verify syntaxic validity (is a token valid in relation to the token that follows or precedes it) +- representation: something that defines meaning and that a parser of the grammar could act on to verify a token's validity (is a token properly represented or does it contain a symbol that breaks the validity of its representation) ## Grammar -- cgit v1.2.3