]> git.kaiwu.me - njs.git/commit
Introduced njs_lexer_token_t.
authorhongzhidao <hongzhidao@gmail.com>
Thu, 7 Mar 2019 16:11:23 +0000 (00:11 +0800)
committerhongzhidao <hongzhidao@gmail.com>
Thu, 7 Mar 2019 16:11:23 +0000 (00:11 +0800)
commit7511f75e2bcc8adc37109702523857de94df0ff5
tree6aa22ec11bc92cb4d37dfa13b8f3402fda29b5f6
parent95a3639b85e6b561853e07a223bd505be5cce593
Introduced njs_lexer_token_t.
njs/njs.c
njs/njs_core.h
njs/njs_lexer.c
njs/njs_lexer.h [new file with mode: 0644]
njs/njs_lexer_keyword.c
njs/njs_parser.c
njs/njs_parser.h
njs/njs_regexp.c