From a7b777fd6243b9f24a3b3e052ab2bc01c269369c Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 15 Aug 2022 16:37:43 +0200 Subject: [PATCH] Added an another TODO. --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index d656d350b..1d8de155e 100644 --- a/TODO.md +++ b/TODO.md @@ -116,6 +116,7 @@ - Add range http header support. - Finish all the todos in the http parser. - Fix unicode escape issues. +- Could add a simple templating language. Probably would not be more than a few hundred lines. WebPageTemplate (Resource), with an importer. Most webnodes could have assignable properties for them. Could be similar to laravel's for exmample. Also it could be pre compiled in an extremely simple fashion. Vector StringStatement, IFStatement, LoopStatement, CallStatement etc. Oither than bool evaluation every statement type is extremely trivial. Also bool evaluation logic could be reused elsewhere (Also gdscript already have it implemented). ## Users