master
CrossNox 3 years ago
parent 238ab630f7
commit da81ece243
  1. 2
      src/rustint/core.clj

@ -1900,6 +1900,7 @@
; ;
; nil ; nil
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defn flistar [ilevel t nxt] (defn flistar [ilevel t nxt]
(cond (cond
(string? t) (format "\"%s\" " t) (string? t) (format "\"%s\" " t)
@ -1949,6 +1950,7 @@
(= token (symbol "}")) (= token (symbol "}"))
(not= next_token (symbol "}")) (not= next_token (symbol "}"))
(not= next_token (symbol ";")) (not= next_token (symbol ";"))
(not= next_token (symbol ")"))
(> next_token_il 0) (> next_token_il 0)
(not (palabra-reservada? next_token)) (not (palabra-reservada? next_token))
) )

Loading…
Cancel
Save