Disallow "." as a local label

Fixes #760
This commit is contained in:
Rangi
2021-02-25 04:40:42 +01:00
committed by Eldred Habert
parent d4028fff10
commit 3c5e1caa7c
10 changed files with 19 additions and 5 deletions
+1
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 "]"