Announcing Earleybird v0.0.1

Earleybird is a implementation-in-progress of ixml in Rust. It uses a 
custom Earley parser written by the author and is licensed under the 
GPL. [1]

As the version name suggests, this is very early stage software, but now 
passing the first tranche of smoke tests. The command-line version `eb` 
doesn't yet do much of anything useful, but the skeleton is in place. If 
you have a working Rust dev environment, running `cargo test` from the 
cloned repo is the best way to see it in action.

Comments welcome, especially from Rustaceans. My goal is to be idiomatic 
in Rust usage.

Thanks!

j


P.S. (If you previously saw something from me under a different name, 
this is the same project, only cleaned up and refactored.)

[1] https://github.com/mdubinko/earleybird/releases/tag/v0.0.1

Received on Sunday, 14 August 2022 23:55:29 UTC