]> git.kaiwu.me - njs.git/commit
Support of "continue" and "break" statements without labels
authorIgor Sysoev <igor@sysoev.ru>
Tue, 15 Dec 2015 13:46:00 +0000 (16:46 +0300)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 15 Dec 2015 13:46:00 +0000 (16:46 +0300)
commit8baf18b75fb78da76e62620bcf1341d41f80132d
tree16a1586a12b0bc3912a4bca95912893e4170e52f
parentf4b7c403faa8c84e580c3b548fe86a8a26c4805b
Support of "continue" and "break" statements without labels
in loops.
njs/njs_generator.c
njs/njs_parser.c
njs/njs_parser.h
njs/test/njs_unit_test.c