From da81ece2439a8910f69cb30521f908c62d435612 Mon Sep 17 00:00:00 2001 From: CrossNox Date: Mon, 28 Nov 2022 23:28:19 -0300 Subject: [PATCH] fix code --- src/rustint/core.clj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rustint/core.clj b/src/rustint/core.clj index 2062fa2..d1189e7 100644 --- a/src/rustint/core.clj +++ b/src/rustint/core.clj @@ -1900,6 +1900,7 @@ ; ; nil ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + (defn flistar [ilevel t nxt] (cond (string? t) (format "\"%s\" " t) @@ -1949,6 +1950,7 @@ (= token (symbol "}")) (not= next_token (symbol "}")) (not= next_token (symbol ";")) + (not= next_token (symbol ")")) (> next_token_il 0) (not (palabra-reservada? next_token)) )