From 6f985cbab1b5e150a1be77d12eec9bb07bf47750 Mon Sep 17 00:00:00 2001 From: Shautvast Date: Mon, 27 Oct 2025 20:53:29 +0100 Subject: [PATCH] readme2 --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 476756c..1a40b86 100644 --- a/README.md +++ b/README.md @@ -43,14 +43,12 @@ - struct, enum - date -**question** - -- how to model headers -- middleware, implement later +## open questions +- how to model http headers +- pluggability for middleware?, implement later? - JWT tokens, I guess -**the example in /src: ** - +## the example in /src: - a very simple api that listens to GET /api/customers{:id} and returns a customer from the database ## Design @@ -59,7 +57,7 @@ * compiler first creates an AST and then compiles to bytecode (no file format yet) * uses a stack-based virtual machine -## status: +## Current status: * compiler and runtime are still limited but working * supports: * basic types: