# 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