From 279f04cb63e45ceb9a9df82540d5362565b8b37b Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 12 Aug 2022 22:53:06 +0100 Subject: Initial import --- TODO.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 TODO.md (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..0e60282 --- /dev/null +++ b/TODO.md @@ -0,0 +1,22 @@ +# TODO + +Language features: + > not in order + * [ ] basic operators + * [ ] type system + * [ ] functions + * [ ] 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 support (run-time) + * [ ] arrays + * [ ] strings (zero ended array of u8?) + * [ ] for-in + * [ ] structures + -- cgit v1.2.3