From c0f51c3b28c8095e6a98e57c9bb092e5c16b1dcc Mon Sep 17 00:00:00 2001 From: Stevan Little Date: Tue, 29 Jan 2013 22:39:32 -0500 Subject: [PATCH] updating the status --- STATUS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/STATUS.md b/STATUS.md index 0aef817..22d1f0e 100644 --- a/STATUS.md +++ b/STATUS.md @@ -9,9 +9,10 @@ Currently we have the following: think the core is where I would like it to be) * an AST, which I know is still missing a lot of stuff, but again I have a foundation -* an Interpreter, this just evaluates the AST and is only like 20% of the +* an Interpreter, this just evaluates the AST and is only like 40% of the AST at the moment, but is a start (and an easy place for people to start hacking) -* no parser at all to speak of +* some of the Parser has been put together (jasonmay++) but more could be + done from here. MORE DETAIL TO COME SOON! \ No newline at end of file