Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TommYDeeee committed Jan 15, 2024
1 parent 8a8c7aa commit 357157c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rowan-test
Implementation of [mini-rowan](https://github.com/rust-analyzer/rowan) prototype for testing purposes.
Work is inspired by [rust-analyzer YouTube series](https://www.youtube.com/watch?v=I3RXottNwk0&list=PLhb66M_x9UmrqXhQuIpWC5VgTdrGxMx3y).
Work is inspired by [rust-analyzer YouTube series](https://www.youtube.com/watch?v=I3RXottNwk0&list=PLhb66M_x9UmrqXhQuIpWC5VgTdrGxMx3y) nad it is a stripped version of the same library.
The goal is to implement own implementation of rowan crate in order to use it for error-resilient parser implementation for YARA language, specifically [YARA-X crate](https://github.com/VirusTotal/yara-x).

0 comments on commit 357157c

Please sign in to comment.