From 52198cbff22a5c5dafc2cf0e562df56d0b12e416 Mon Sep 17 00:00:00 2001 From: CrossNox Date: Tue, 29 Nov 2022 07:28:02 -0300 Subject: [PATCH] fix code --- src/rustint/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) )