This is a very, very, very early stage of this project, so please do not judge too harshly.
Currently we have the following:
- a runtime, which I am fairly happy with (still needs some work, but I 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 40% of the AST at the moment, but is a start (and an easy place for people to start hacking)
- some of the Parser has been put together (jasonmay++) but more could be done from here.
MORE DETAIL TO COME SOON!