mirror of
https://github.com/danog/parser.git
synced 2025-01-22 21:11:55 +01:00
chore: README
This commit is contained in:
parent
b103c34d3e
commit
f88c48d6e4
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user