# syntax_highlighter **Repository Path**: raymentkong/syntax_highlighter ## Basic Information - **Project Name**: syntax_highlighter - **Description**: 功能说明: 支持c99标准语法的高亮显示(除了宽字符, 宏定义, 内联汇编), 词法分析完成后生成同名的html文件. 测试用例采用:glibc-2.31. - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-05 - **Last Updated**: 2024-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 功能说明: 支持c99标准语法的高亮显示(除了宽字符, 宏定义, 内联汇编), 词法分析完成后生成同名的html文件. 测试用例采用:glibc-2.31. Function Description: Support highlighting of c99 standard syntax (except for wide characters, macro definitions, inline assemblies), and generate HTML files with the same name after lexical analysis is completed Test case: glibc-2.31 Usage: syntax_highlighter [options] file... options: -h display usage information -o output file path -d display the debug level, value = {none|info|debug|fatal(only output failed files)} -t set the number of threads, value = (1 - 8)