Skip to content
View TengJoe's full-sized avatar

Block or report TengJoe

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. amlogic-s9xxx-openwrt amlogic-s9xxx-openwrt Public

    Forked from ophub/amlogic-s9xxx-openwrt

    Support for OpenWrt in Amlogic, Rockchip and Allwinner boxes. Support a311d, s922x, s905x3, s905x2, s912, s905d, s905x, s905w, s905, s905l, rk3588, rk3568, rk3399, rk3328, h6, etc.

    Shell 1

  2. lexical_analysis_c_demo lexical_analysis_c_demo Public

    Forked from Joovo/lexical_analysis_c_demo

    ZJUT 编译原理课程,简单的C语言词法分析程序,Python实现

    Python

  3. word-analisis word-analisis Public

    Forked from zhaiyu229/word-analisis

    词法分析程序

    C++

  4. CompilationPrincipleExperiment CompilationPrincipleExperiment Public

    Forked from nanamiqi/CompilationPrincipleExperiment

    编译原理实验(C/C++),包括词法分析器、递归下降程序分析语法分析器、算符优先分析语法分析器(简易计算器)

    C++

  5. JsonParse JsonParse Public

    Forked from tonggege001/JsonParse

    使用C++语言编写的简单的字符串转Json的解析器,方法上使用了类似于递归下降的分析方法(因为我并不是按照非终结符编写递归的,是按照终结符token如左边界来识别对象的,理论上不能完全算递归下降方法),程序实现上比较简单.

    C++

  6. Compiling-Principle-Experiments-Simple-Lexical-Grammatical-Semantic-Analysis-Intermediate-Code Compiling-Principle-Experiments-Simple-Lexical-Grammatical-Semantic-Analysis-Intermediate-Code Public

    Forked from linyueQ/Compiling-Principle-Experiments-Simple-Lexical-Grammatical-Semantic-Analysis-Intermediate-Code

    编译原理实验(简单的词法、语法、语义分析、中间代码生成程序)

    C++