Conversation
There was a problem hiding this comment.
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.
| #### [简体中文](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. |
There was a problem hiding this comment.
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.
|
|
||
| ## 加入我们 | ||
| 遇到问题欢迎提交issue! | ||
| For code contributions, please refer to [CONTRIBUTION](CONTRIBUTION.md) |
There was a problem hiding this comment.
No description provided.