master
CrossNox 3 years ago
parent 238ab630f7
commit da81ece243
  1. 2
      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))
)

Loading…
Cancel
Save