diff --git a/src/rustint/core.clj b/src/rustint/core.clj index daebbd5..5ed5e00 100644 --- a/src/rustint/core.clj +++ b/src/rustint/core.clj @@ -2180,7 +2180,7 @@ (> next_token_il 0) ;(not (palabra-reservada? next_token)) ;(not (= 'if next_token)) - (not (= 'while next_token)) + ; (not (= 'while next_token)) (not (= 'else next_token)) ) )