chore: README

This commit is contained in:
Ryan Chandler 2022-11-27 02:51:28 +00:00
parent b103c34d3e
commit f88c48d6e4
No known key found for this signature in database
GPG Key ID: F113BCADDB3B0CCA

View File

@ -20,6 +20,8 @@ let mut parser = Parser::new(None);
let ast = parser.parse(tokens).unwrap(); let ast = parser.parse(tokens).unwrap();
``` ```
> **Warning**: This crate is not ready for any form of production use _yet_. There are still a lot of things missing from the parser, so please use at your own risk.
#### Contributing #### Contributing
All contributions to this repository are welcome. It's the perfect project for Rust beginners since we don't use many of Rust's complex features and the core concepts in the parser are purposely simple. All contributions to this repository are welcome. It's the perfect project for Rust beginners since we don't use many of Rust's complex features and the core concepts in the parser are purposely simple.