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
|
- 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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue