Add list of TODOs

main
trivernis 2 months ago
parent 49cba3935a
commit 6e4e13d56d
Signed by: Trivernis
GPG Key ID: 7E6D18B61C8D2F4B

@ -5,6 +5,16 @@ This is a parser implementation for snek-lang using [pest](https://pest.rs).
Snek-Lang is a programming language that I'm working on and might never finish. Snek-Lang is a programming language that I'm working on and might never finish.
I don't know where this will lead me. I don't know where this will lead me.
## TODO (parser)
- [ ] constructing complex type instances
- [ ] anonymous types
- [ ] pattern matching
- [ ] if-expressions
- [ ] match-expressions
- [ ] imports and exports
## Snek-Lang (so far) ## Snek-Lang (so far)
### Primitives ### Primitives
@ -96,3 +106,4 @@ type Nested = #{
} }
} }
``` ```

Loading…
Cancel
Save