meke.py 使用命令行传入源文件
This commit is contained in:
@@ -238,7 +238,7 @@ int lex_print_token_list(lex_def* lex) {
|
||||
token_list_node_def* t;
|
||||
t = l->head;
|
||||
while (t) {
|
||||
printf("%4d[%3d,%3d],token=%4d \"%s\"\n" , t->token.line , t->token.pos ,
|
||||
DBG_LOG("%4d[%3d,%3d],token=%4d \"%s\"\n" , t->token.line , t->token.pos ,
|
||||
t->token.used , t->token.token, t->token.buff );
|
||||
t = t->next;
|
||||
}
|
||||
|
Reference in New Issue
Block a user