Skip to content
View liaoyk413's full-sized avatar
Block or Report

Block or report liaoyk413

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. hello-world hello-world Public

    just a test

  2. Project12 Project12 Public

    这是一个测试

  3. test3 test3 Public

    this is a new vs solution with github test

    C++

  4. person- person- Public

  5. mitjos mitjos Public

  6. cCompiler cCompiler Public

    Forked from Uyouii/cCompiler

    c语言编译器,用 lex 和 yacc 工具完成词法分析与语法分析并生成语法树,C++实现了语 法树的解析并生成中间代码,生成中间代码的过程中实现了错误检测。C++实 现了中间代码的优化操作。之后利用 python 对中间代码进行处理并生成 mips 汇编码并且可以成功在 PCSpim(mips 模拟器)上运行。

    C