From 13be9c5a06b1d7ff7a99f4229a39beb22ee6dd2c Mon Sep 17 00:00:00 2001 From: Vladimir Kalnitsky Date: Sat, 9 Nov 2024 16:16:32 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ff2b9f..b354a89 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ This is an early work-in-progress. Follow [me on twitter](https://x.com/klntsky) - [ ] Finalize and specify the initial version of the syntax - [ ] Implement a parser - [x] implement parse tree -> AST conversion + - [ ] return error throwing to the parser - [ ] implement escaping - [ ] Implement an evaluator that supports meta-prompting, conditionals and externally-defined variables - [x] implement a 'manual' evaluator that asks the user to complete LLM inputs