sic

The sic programming language, compiler and tools (WIP)
Log | Files | Refs

commit d4d06f25ad81a9ab5bfe2cc9d01391eb48b828bd
parent dd0da306d6a210eb93c26af69cf9e484125b0c9c
Author: citbl <citbl@citbl.org>
Date:   Wed, 13 May 2026 23:09:17 +1000

todo

Diffstat:
MTODO | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/TODO b/TODO @@ -3,11 +3,12 @@ Lexer [x] comments / whitespace [x] strings [x] numbers -[-] identifiers / keywords +[x] identifiers [ ] multi-char operators [ ] single-char operators [ ] punctuation [ ] errors +[ ] keywords upgrade from idents Parser ---------------------