]> git.kaiwu.me - njs.git/commit
Added the rest parameters support.
authorAlexander Pyshchev <yftuls@gmail.com>
Mon, 17 Dec 2018 19:13:02 +0000 (21:13 +0200)
committerAlexander Pyshchev <yftuls@gmail.com>
Mon, 17 Dec 2018 19:13:02 +0000 (21:13 +0200)
commit7c067bb408e306d6b57bc8654bd51c3f2470c3bb
tree22a22b8783c0c834f4c8ae061aaba1cffb96677f
parent36f12955c906d35282c32222b99c7861a6f805f2
Added the rest parameters support.

This closes #21 issue on Github.
njs/njs_function.c
njs/njs_function.h
njs/njs_lexer.c
njs/njs_parser.c
njs/njs_parser.h
njs/test/njs_unit_test.c