Skip to content

Commit 163a624

Browse files
committed
cedarscript-ast-parser>=0.2.7
1 parent 52b465b commit 163a624

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ from the LLMs.
1313
The CEDARScript runtime _bears the brunt of file editing_ by locating the exact line numbers and characters to change,
1414
which indentation levels to apply to each line and so on, allowing the _CEDARScript commands_ to focus instead on
1515
**higher levels of abstraction**, like identifier names, line markers, relative indentations and positions
16-
(`AFTER`, `BEFORE`, `INSIDE` a function, its `BODY`, at the `TOP` or `BOTTOM` of it...)
16+
(`AFTER`, `BEFORE`, `INSIDE` a function, its `BODY`, at the `TOP` or `BOTTOM` of it...).
17+
18+
It acts as an _intermediary_ between the **LLM** and the **codebase**, handling the low-level details of code
19+
manipulation and allowing the AI to focus on higher-level tasks.
1720

1821
## What is CEDARScript?
1922

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
]
2323
keywords = ["cedarscript", "code-editing", "refactoring", "code-analysis", "sql-like", "ai-assisted-development"]
2424
dependencies = [
25-
"cedarscript-ast-parser>=0.2.6",
25+
"cedarscript-ast-parser>=0.2.7",
2626
"grep-ast==0.3.3",
2727
"tree-sitter-languages==1.10.2",
2828
]

0 commit comments

Comments
 (0)