From 6e4e13d56dfb1087ba3d969294dad084f7c5b543 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sun, 21 Jul 2024 18:44:22 +0200 Subject: [PATCH] Add list of TODOs --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6b1892b..38c1f57 100644 --- a/README.md +++ b/README.md @@ -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. 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) ### Primitives @@ -96,3 +106,4 @@ type Nested = #{ } } ``` +