diff options
| author | Julian Hurst <julian.hurst@digdash.com> | 2026-03-12 14:48:38 +0100 |
|---|---|---|
| committer | Julian Hurst <julian.hurst@digdash.com> | 2026-03-12 14:48:38 +0100 |
| commit | 9c4f57d5e8fc015fcc4d47990e334556357ed568 (patch) | |
| tree | 07938838697ee0ee65b088ee7a62274b08acc724 /spec/variable-declaration.md | |
| parent | 375218b4358660e5863bdbfdc10a6eca7727e8b7 (diff) | |
| download | rabbitscript-9c4f57d5e8fc015fcc4d47990e334556357ed568.tar.gz | |
spec: use list for terms in variable-declaration
Diffstat (limited to 'spec/variable-declaration.md')
| -rw-r--r-- | spec/variable-declaration.md | 8 |
1 files 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 |
