Skip to content

fix readme#119

Closed
AntJiuFo wants to merge 1 commit intomainfrom
hotfix/fix-readme
Closed

fix readme#119
AntJiuFo wants to merge 1 commit intomainfrom
hotfix/fix-readme

Conversation

@AntJiuFo
Copy link
Copy Markdown
Collaborator

No description provided.

@AntJiuFo AntJiuFo requested a review from ryokoCL April 17, 2026 07:25
@AntJiuFo AntJiuFo closed this Apr 17, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates README_ZH.md by replacing the Chinese content with English text and updating several resource links and image paths. Feedback points out that overwriting the Chinese-specific documentation file with English content is inconsistent with the file's purpose and navigation links. Additionally, a broken link to the contribution guidelines was identified and a correction was suggested.

Comment thread README_ZH.md
#### [简体中文](README_ZH.md) / [English](README.md)

**YASA****Y**et **A**nother **S**tatic **A**nalyzer, 读作“**亚萨**” )是一个开源的静态程序分析项目。其核心是定义了一种多语言通用的中间表达——统一抽象语法树(**U**nified **A**bstract **S**yntax **T**ree,简称**UAST**),基于UAST实现了一套高精度的静态程序分析框架。用户可通过编写检查器(Checker)的方式,灵活实现诸如AST查询、数据流分析、函数调用图分析等多种程序分析任务,并通过SDK/自研统一声明式查询语言UQL/MCP等方式对外开放能力。
**YASA** (**Y**et **A**nother **S**tatic **A**nalyzer, pronounced “**YA-sa**”) is an open-source static program analysis project. Its core innovation lies in a unified intermediate representation called the **U**nified **A**bstract **S**yntax **T**ree (UAST), designed to support multiple programming languages. Built on top of UAST, YASA provides a highly accurate static analysis framework. Users can extend its capabilities by writing custom checkers to perform various program analysis tasks—such as AST queries, data flow analysis, and function call graph analysis—and expose functionality through SDK, declarative query language (QL), or MCP.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The content of README_ZH.md is being replaced with English text. However, the filename suffix _ZH and the navigation links on line 3 indicate that this file is intended for the Chinese version of the documentation. This creates an inconsistency where the 'Chinese' link points to English content. It is recommended to maintain the Chinese content in this file and apply the English translation to README.md instead.

Comment thread README_ZH.md

## 加入我们
遇到问题欢迎提交issue!
For code contributions, please refer to [CONTRIBUTION](CONTRIBUTION.md)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The link points to CONTRIBUTION.md, but the file in the repository is named CONTRIBUTING.md. This will result in a broken link.

Suggested change
For code contributions, please refer to [CONTRIBUTION](CONTRIBUTION.md)
For code contributions, please refer to [CONTRIBUTION](CONTRIBUTING.md)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant