update readme

This commit is contained in:
Luna 2019-08-26 22:42:39 -03:00
parent 779ff33f8f
commit a068dfc021
1 changed files with 14 additions and 2 deletions

View File

@ -28,15 +28,27 @@ negatively charged towards
- no `++`, `--`
- no `match`
- no embedded structs
- no v orm
- no codegen
- no inline assembly
## todo
- `+=`, `-=`, and the rest of the gang
- no `for` yet
- no arrays yet
- no `map` yet
- no `in` yet (probably will be dropped)
- no arrays yet
- do we really want a type system
- no `module`, `import` yet
- no interfaces yet
- no enums yet
- no error handling yet (`call() or {blah}`)
- no `?` postfix operator yet (`call()?`)
- no generics yet
- no attributes yet (`[live]`, `[skip]`)
- no `defer` yet
- no operator overloading methods yet
- do we really want a type system (optionals included)
- do we really want to output c
- do we really want to output llvm
- do we really want to output x86