master
CrossNox 3 years ago
parent 3113ae6632
commit 52198cbff2
  1. 2
      src/rustint/core.clj

@ -2179,7 +2179,7 @@
(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))
(not (= 'if next_token)) ;(not (= 'if next_token))
(not (= 'while next_token)) (not (= 'while next_token))
(not (= 'else next_token)) (not (= 'else next_token))
) )

Loading…
Cancel
Save