This commit is contained in:
Shautvast 2025-10-27 20:53:29 +01:00
parent 3762b950b7
commit 6f985cbab1

View file

@ -43,14 +43,12 @@
- struct, enum - struct, enum
- date - date
**question** ## open questions
- how to model http headers
- how to model headers - pluggability for middleware?, implement later?
- middleware, implement later
- JWT tokens, I guess - 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 - a very simple api that listens to GET /api/customers{:id} and returns a customer from the database
## Design ## Design
@ -59,7 +57,7 @@
* compiler first creates an AST and then compiles to bytecode (no file format yet) * compiler first creates an AST and then compiles to bytecode (no file format yet)
* uses a stack-based virtual machine * uses a stack-based virtual machine
## status: ## Current status:
* compiler and runtime are still limited but working * compiler and runtime are still limited but working
* supports: * supports:
* basic types: * basic types: