aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-08-31 12:06:33 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-08-31 12:06:33 +0100
commit1788a581c9533c9231f7d5d44e2631a36dc92e47 (patch)
tree0a213edf99ce18341f6bc7e7c10b74ba417c5d07 /TODO.md
parent1a1f0b8129d6804b50d9fa971656c249f1fd087a (diff)
downloadmicro-lang-hs-1788a581c9533c9231f7d5d44e2631a36dc92e47.tar.gz
micro-lang-hs-1788a581c9533c9231f7d5d44e2631a36dc92e47.zip
Manage the TODO with the language spec
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md27
1 files changed, 0 insertions, 27 deletions
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
-