]> git.kaiwu.me - njs.git/commit
Refactored njs_parser_terminal().
authorhongzhidao <hongzhidao@gmail.com>
Sat, 9 Feb 2019 09:34:04 +0000 (17:34 +0800)
committerhongzhidao <hongzhidao@gmail.com>
Sat, 9 Feb 2019 09:34:04 +0000 (17:34 +0800)
commit4af7b1f9b277f98d017eec2a068749c1393b1b7f
tree0da43bb524e5a2513642d91777d8fc8c1ad3ac4b
parentbfd673e839599ea9b7786d89bec6002cd446592d
Refactored njs_parser_terminal().

1) Introduced njs_parser_reference().
2) njs_parser_builtin_object() and njs_parser_builtin_function()
    are refactored into njs_parser_builtin().
3) njs_parser_external() is simplified and renamed as
    njs_external_lookup().
njs/njs_extern.c
njs/njs_extern.h
njs/njs_parser.c
njs/njs_parser.h