Skip to content

Commit cef3f6f

Browse files
committed
move example json to huggingface
1 parent 0c83536 commit cef3f6f

4 files changed

Lines changed: 7 additions & 26254 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ ABCoder, an AI-oriented code-processing SDK, is designed to enhance coding conte
1010

1111
- Universal Abstract Syntax Tree (UniAST), an language-independent, AI-friendly specification of code information, providing a flexible and structrual coding context for both AI and hunman.
1212

13-
- General Parser Interface, parses abitary-language codes to UniAST.
13+
- General Parser, parses abitary-language codes to UniAST.
1414

15-
- General Writer Interface, transforms UniAST back to codes.
15+
- General Writer, transforms UniAST back to codes.
1616

17-
- (Comming Soon) General Iterator Interface, provides a set of functions or tools to help developers to implement their agents without deep knowledge of the UniAST structure.
17+
- (Comming Soon) General Iterator, a framework for visiting the UniAST easily and implementing batch-code-processing workflows.
1818

19-
- (Comming Soon) Code RAG, provides a set of tools to help the LLM understand your codes much deeper than ever.
19+
- (Comming Soon) Code RAG, provides a set of tools and functions to help the LLM understand your codes much deeper than ever.
2020

21-
Based on these features, developers can easily implement or enhance their AI-assisted-coding applications, such as reviewing, optimizing, translating...
21+
Based on these features, developers can easily implement or enhance their AI-assisted-coding applications, such as reviewing, optimizing, translating, etc.
2222

2323

2424
## Universal-Abstract-Syntax-Tree Specification

0 commit comments

Comments
 (0)