# 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