From f88f6df5d682214b978d87ef5476cdbb08d82885 Mon Sep 17 00:00:00 2001 From: germax26 Date: Thu, 21 Nov 2024 11:00:49 +1100 Subject: [PATCH] Add proper error reporting to TODO.md --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 20ad1a9..1320e56 100644 --- a/TODO.md +++ b/TODO.md @@ -8,6 +8,7 @@ - [x] `StructType.{args=...}` syntax - [x] `[:ElementType, elements...]` syntax - [x] Tuple element syntax `a.0, a.1`, instead of allowing arbitrary indices into the tuple. This will allow for easier typechecking for tuples +- [ ] Proper error reporting with locations - [ ] Make Typechecking a step before anything is interpreted - [ ] Implicit `[elements...]`/`.{args=...}`/`.Member(values...)` syntax - [ ] Destructring of tuples and structs