From 5529fa3e84d356600f2c12f7e59a3ab9f8909c2c Mon Sep 17 00:00:00 2001 From: Ryan Chandler Date: Fri, 25 Nov 2022 18:40:37 +0000 Subject: [PATCH] wip --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 08c28c4..7fbe9e2 100644 --- a/README.md +++ b/README.md @@ -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.