https://github.com/frectonz/anansi
https://github.com/frectonz/anansi
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/frectonz/anansi
- Owner: frectonz
- Created: 2022-12-04T12:16:39.000Z (over 3 years ago)
- Default Branch: trunk
- Last Pushed: 2022-12-29T22:52:44.000Z (over 3 years ago)
- Last Synced: 2025-01-14T03:16:40.704Z (over 1 year ago)
- Language: Rust
- Size: 46.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is Anansi?
It is a markdown parser, my aim is to parse markdown documents into an AST and use a structured query language to extract structured data from the documents.
For example the query language would let you query:
- give me a list of all link elements that follow a bold element
- give me a list of all the urls from the image elements
The query language will not be in natural language. It will look more like SQL but i haven't designed that yet.