From fe91a88ed1bbfd094cb471434f1bf4ed34bff880 Mon Sep 17 00:00:00 2001 From: Arthur Baars Date: Tue, 3 Nov 2020 15:30:58 +0100 Subject: [PATCH] Regenerate with nodejs 12 --- src/grammar.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/grammar.json b/src/grammar.json index f92f58ba..91f2e777 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -5035,7 +5035,7 @@ }, { "type": "PATTERN", - "value": "[^\\x00-\\x1F\\s:;`\"'@$#.,|^&<=>+\\-*\\/\\\\%?!~()\\[\\]{}]*" + "value": "[^\\x00-\\x1F\\s:;`\"'@$#.,|^&<=>+\\-*/\\\\%?!~()\\[\\]{}]*" }, { "type": "PATTERN", @@ -5051,11 +5051,11 @@ "members": [ { "type": "PATTERN", - "value": "[^\\x00-\\x1F\\sA-Z0-9:;`\"'@$#.,|^&<=>+\\-*\\/\\\\%?!~()\\[\\]{}]" + "value": "[^\\x00-\\x1F\\sA-Z0-9:;`\"'@$#.,|^&<=>+\\-*/\\\\%?!~()\\[\\]{}]" }, { "type": "PATTERN", - "value": "[^\\x00-\\x1F\\s:;`\"'@$#.,|^&<=>+\\-*\\/\\\\%?!~()\\[\\]{}]*" + "value": "[^\\x00-\\x1F\\s:;`\"'@$#.,|^&<=>+\\-*/\\\\%?!~()\\[\\]{}]*" }, { "type": "PATTERN", @@ -5075,11 +5075,11 @@ }, { "type": "PATTERN", - "value": "[^\\x00-\\x1F\\s0-9:;`\"'@$#.,|^&<=>+\\-*\\/\\\\%?!~()\\[\\]{}]" + "value": "[^\\x00-\\x1F\\s0-9:;`\"'@$#.,|^&<=>+\\-*/\\\\%?!~()\\[\\]{}]" }, { "type": "PATTERN", - "value": "[^\\x00-\\x1F\\s:;`\"'@$#.,|^&<=>+\\-*\\/\\\\%?!~()\\[\\]{}]*" + "value": "[^\\x00-\\x1F\\s:;`\"'@$#.,|^&<=>+\\-*/\\\\%?!~()\\[\\]{}]*" } ] } @@ -5095,18 +5095,18 @@ }, { "type": "PATTERN", - "value": "[^\\x00-\\x1F\\s0-9:;`\"'@$#.,|^&<=>+\\-*\\/\\\\%?!~()\\[\\]{}]" + "value": "[^\\x00-\\x1F\\s0-9:;`\"'@$#.,|^&<=>+\\-*/\\\\%?!~()\\[\\]{}]" }, { "type": "PATTERN", - "value": "[^\\x00-\\x1F\\s:;`\"'@$#.,|^&<=>+\\-*\\/\\\\%?!~()\\[\\]{}]*" + "value": "[^\\x00-\\x1F\\s:;`\"'@$#.,|^&<=>+\\-*/\\\\%?!~()\\[\\]{}]*" } ] } }, "global_variable": { "type": "PATTERN", - "value": "\\$-?(([!@&`'+~=\\/\\\\,;.<>*$?:\"])|([0-9]*)|([a-zA-Z_][a-zA-Z0-9_]*))" + "value": "\\$-?(([!@&`'+~=/\\\\,;.<>*$?:\"])|([0-9]*)|([a-zA-Z_][a-zA-Z0-9_]*))" }, "chained_string": { "type": "SEQ",