syntax: prepare stmts following loops to be unreachable
authorJean Privat <jean@pryen.org>
Thu, 14 Jan 2010 16:34:27 +0000 (11:34 -0500)
committerJean Privat <jean@pryen.org>
Thu, 14 Jan 2010 16:46:30 +0000 (11:46 -0500)
commitc3922ae058a880bcd452c3097fd0bb7edfaedfc2
tree379e3fed415dbbb69c244bff3da739551a59795f
parent19b7008989a658efb65bfa23b5773c5d8621cdd6
syntax: prepare stmts following loops to be unreachable

Add dummy breaks and aborts in order to be able to bootstrap once
statements following loops without breaks are set unreachable.

Once c_src is updated, these dummy statements should be removed.

Signed-off-by: Jean Privat <jean@pryen.org>
lib/standard/collection/hash_collection.nit
src/parser/lexer.nit
src/parser/parser.nit
src/parser/xss/lexer.xss
src/parser/xss/parser.xss