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