]> git.kaiwu.me - njs.git/commit
Variables handling during code generation is improved.
authorhongzhidao <hongzhidao@gmail.com>
Fri, 28 Dec 2018 17:43:44 +0000 (01:43 +0800)
committerhongzhidao <hongzhidao@gmail.com>
Fri, 28 Dec 2018 17:43:44 +0000 (01:43 +0800)
commit6529225060df5a3401c630f601217fbb2bdd2d5c
treedecedc87af7297e152b0eca45858aafe092291ae
parent70c5b1b6cdfbca5e247a2477b3b1ac41097bfcb9
Variables handling during code generation is improved.

All the necessary fields related to a variable are moved into
njs_variable_reference_t.
njs/njs_parser.c
njs/njs_parser.h
njs/njs_parser_expression.c
njs/njs_variable.c
njs/njs_variable.h