From 338e3b6ef9571e102ee4dce421c6a28dae92f149 Mon Sep 17 00:00:00 2001 From: Marco Capano Date: Wed, 5 Sep 2018 18:40:27 +0200 Subject: [PATCH] Adding "while" keyword --- Sources/Splash/Grammar/SwiftGrammar.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Splash/Grammar/SwiftGrammar.swift b/Sources/Splash/Grammar/SwiftGrammar.swift index f674f2d..30835b6 100644 --- a/Sources/Splash/Grammar/SwiftGrammar.swift +++ b/Sources/Splash/Grammar/SwiftGrammar.swift @@ -48,7 +48,7 @@ private extension SwiftGrammar { "override", "where", "_", "default", "break", "#selector", "required", "willSet", "didSet", "lazy", "subscript", "defer", "continue", - "fallthrough", "repeat" + "fallthrough", "repeat", "while" ] struct PreprocessingRule: SyntaxRule {