This commit is contained in:
Ryan Chandler 2022-11-25 18:40:37 +00:00
parent 5775e5964a
commit 5529fa3e84
No known key found for this signature in database
GPG Key ID: F113BCADDB3B0CCA

View File

@ -27,6 +27,8 @@ The current goal for Trunk is to get a fully functional parser up and running so
* [Lexer](/trunk_lexer/)
* [Parser](/trunk_parser/)
> Neither of these projects are production-ready so please don't use them for anything critical.
#### Contributing
All contributions to Trunk 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.