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