spl

a Simple Programming Language
Log | Files | Refs

commit da26e040551f989e0a85f9c617625d833f7fc41c
parent 43fba74f8d16e650e539b121d467686e37f12174
Author: thing1 <thing1@seacrossedlovers.xyz>
Date:   Thu, 18 Dec 2025 22:49:53 +0000

updated checklists

Diffstat:
MTODO.md | 2+-
MTORL.md | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/TODO.md b/TODO.md @@ -2,7 +2,7 @@ IMPORTANT ========= - [x] make casts into real code, should check at the parser level to achieve this -- [ ] scoped vars +- [x] scoped vars - [ ] add support for structs and other user aliased types - [ ] add arrays, along side the start of the rt lib - [ ] add tupples to allow for multiple return types diff --git a/TORL.md b/TORL.md @@ -1,6 +1,6 @@ - [x] scoped vars - [ ] arrays - - [ ] rt lib with dynamic array stuff + - [x] rt lib with dynamic array stuff - [ ] ability to cast to an array of bytes - [ ] strings (arrays of i8s) - [ ] string lits in lexer