From b7ead71b707f0a59ce8bc2f912096302b16345f8 Mon Sep 17 00:00:00 2001 From: Tristan Date: Fri, 9 May 2025 18:59:29 -0400 Subject: [PATCH] commit for random files? --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 2329d5d..ff52086 100644 --- a/readme.md +++ b/readme.md @@ -88,6 +88,7 @@ fddl is very much a work in progress, with lots of planned improvements and addi - [x] Parser parsing the rest of the operators (mostly complete) - [ ] Working on building out functions to parse simple functionality in the language (if, while, for), and to read their expressions and values - [ ] Implement parsing for ~~~function calls,~~~ expressions, checks, literally everything. + - [ ] L & R Values - **Compiler**: - [ ] Currently a placeholder. Implement the compiler to compile parsed code. @@ -99,6 +100,7 @@ fddl is very much a work in progress, with lots of planned improvements and addi - **Error Handling**: - [ ] Replace `stderr` with a more robust error handling mechanism. + - [ ] Errors as values - **Testing**: - [x] Added initial `lexer` tests.