From ce5d55c40104069fbf0196dd4d5dc5b6290724de Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Fri, 8 Apr 2022 02:26:00 -0400 Subject: Update README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 92c676d..a9d8876 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,21 @@ Binaries will be dumped in the "build" folder. Parser: sorta works sometimes (subtext: AST generater is at least a little broken, but works for at least some use cases) Interpreter: broken +## TODO + +What works +- Variable definition +- Array definition +- Struct definition +- Control flow blocks (`if` and `loop` specifically) + +What does'nt work +- `else` +- Function Calls +- Getting struct members +- Array indexing +- Appending to arrays + ## Usage Once you have built the parser, it can be invoked in the build folder with `./parse`. The cli options are as follows: -- cgit v1.2.3