fix code for test

master
CrossNox 3 years ago
parent 125cb5875c
commit e1fe2cbe62
  1. 5
      src/rustint/core.clj

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

Loading…
Cancel
Save