readme2
This commit is contained in:
parent
3762b950b7
commit
6f985cbab1
1 changed files with 5 additions and 7 deletions
12
README.md
12
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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue