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)) )