master
CrossNox 3 years ago
parent c647435daa
commit c9f5b2ac8a
  1. 2
      src/rustint/core.clj

@ -2180,7 +2180,7 @@
(> 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