Disallow "." as a local label

Fixes #760
This commit is contained in:
Rangi
2021-02-23 19:31:58 -05:00
committed by Eldred Habert
parent d4028fff10
commit 3c5e1caa7c
10 changed files with 19 additions and 5 deletions

View File

@@ -460,6 +460,7 @@ enum {
%token <nConstValue> T_NUMBER "number"
%token <tzString> T_STRING "string"
%token T_PERIOD "."
%token T_COMMA ","
%token T_COLON ":"
%token T_LBRACK "[" T_RBRACK "]"