From fa1ad6843071230e7250768db8da46f3423b7041 Mon Sep 17 00:00:00 2001 From: threeoh6000 Date: Fri, 19 Jan 2024 20:06:19 +0000 Subject: [PATCH] a --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a67c8ab..7ff1581 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ # Frostwalker -*Frostwalker is still in development and should be considered alpha level software. The parser stack is complete but evaluation is still ongoing.* - A TOML-like configuration language parser for Rust. The crate features a parser stack made up of a lexer, validator, and formatter which all have unit tests and integration tests. ## Justification