Skip to content

Commit 5b907a5

Browse files
committed
Updates to README.md
1 parent e536cca commit 5b907a5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
# CEDARScript Parser
22

33
[![PyPI version](https://badge.fury.io/py/cedarscript-ast-parser.svg)](https://pypi.org/project/cedarscript-ast-parser/)
4+
[![Python Versions](https://img.shields.io/pypi/pyversions/cedarscript-ast-parser.svg)](https://pypi.org/project/cedarscript-ast-parser/)
5+
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
6+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
47

58
`CEDARScript AST Parser` is a Python library for parsing and interpreting `CEDARScript`, a SQL-like language designed for concise code analysis, manipulation, and refactoring tasks.
69

710
## What is CEDARScript?
811

9-
[CEDARScript](https://github.com/CEDARScript/cedarscript-grammar#readme) (Concise Examination, Development, And Refactoring Script) is a domain-specific language that
12+
[CEDARScript](https://github.com/CEDARScript/cedarscript-grammar#readme) (_Concise Examination, Development, And Refactoring Script_) is a domain-specific language that
1013
aims to improve how AI coding assistants interact with codebases and communicate their code modification intentions.
1114
It provides a standardized way to express complex code modification and analysis operations, making it easier for
1215
AI-assisted development tools to understand and execute these tasks.
1316

1417
## Features
1518

16-
- Parse CEDARScript Abstract Syntax Tree (`AST`) that was generated by Tree-Sitter into a list of commands
19+
- Parse `CEDARScript` Abstract Syntax Tree (`AST`) that was generated by Tree-Sitter into a list of commands
1720
- Support for various code manipulation andn analysis commands (CREATE, UPDATE, RM, MV, SELECT)
18-
- Return results in XML format for easier parsing and processing by LLM systems
21+
- Return results in `XML` format for easier parsing and processing by LLM systems
1922

2023
## Installation
2124

0 commit comments

Comments
 (0)