diff options
| -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 |
