- Extensive Refactoring
- Shorten names
- Use enum instead of using trait+downcast_ref
- Implement typing system
- System for checking castable and operatable
- Casting between integer types
- Operation between integer types
- Statements
- elif
- while
- for
- Re-design the language specificiation
- Array
- Pointer
- Standard Library
- Input and output
- Misc
- Change the way
Literal
works - Better error/warning message
- Change the way