Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,19 @@
<h1><p align="center">Plotnik</p></h1>

<p align="center">
Typed query language for <a href="https://tree-sitter.github.io/">Tree-sitter</a>. Your queries return typed structs.<br/>
Captures become fields, quantifiers become arrays, alternations become unions.
<i>The last mile for autonomous coding</i>
</p>

<br/>

<p align="center">
Plotnik is a query language for source code.<br/>
Queries extract relevant structured data.<br/>
Transactions apply changes granularly and atomically.
</p>

<br/>

<p align="center">
<a href="https://github.com/plotnik-lang/plotnik/actions/workflows/stable.yml"><img src="https://github.com/plotnik-lang/plotnik/actions/workflows/stable.yml/badge.svg" alt="stable"></a>
<a href="https://github.com/plotnik-lang/plotnik/actions/workflows/nightly.yml"><img src="https://github.com/plotnik-lang/plotnik/actions/workflows/nightly.yml/badge.svg" alt="nightly"></a>
Expand All @@ -24,7 +31,7 @@
<br/>

<p align="center">
<i><strong>⚠️ <a href="#roadmap">EARLY STAGE</a>: THERE IS NOTHING TO INSTALL OR RUN YET ⚠️</strong></i><br/>
⚠️ <a href="#roadmap">EARLY STAGE</a>: THERE IS NOTHING TO INSTALL OR RUN YET ⚠️<br/>
</p>

<br/>
Expand Down