diff --git a/README.md b/README.md index 77d0d0f..7334749 100644 --- a/README.md +++ b/README.md @@ -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