From 1788a581c9533c9231f7d5d44e2631a36dc92e47 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Wed, 31 Aug 2022 12:06:33 +0100 Subject: Manage the TODO with the language spec --- TODO.md | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 TODO.md (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md deleted file mode 100644 index e2395c6..0000000 --- a/TODO.md +++ /dev/null @@ -1,27 +0,0 @@ -# TODO - -It is undecided when these are "done" (e.g. does it include the code generation?). - -Language features: - > not in order - * [ ] basic operators - * [ ] type system - * [ ] explicit type conversion - * [ ] functions (return) - * [ ] anonymous functions (lambdas) - * [ ] loops (while-like, infinite, break, continue) - * [ ] basic integer types: u8, s8, u16, s16 - * [ ] equality, comparison operators - * [ ] logic operators - * [ ] bitwise operators - * [ ] variables - * [ ] constants - * [ ] if-else - * [ ] built-in functions support (run-time) - * [ ] arrays - * [ ] strings (zero ended array of u8) - * [ ] for-in - * [ ] structures - * [ ] inline asm - * [ ] extern functions - -- cgit v1.2.3