A python interpreter written in typed python.
- Arithmetic
- REPL
- File input
- Code comments
- Lists
- Dictionaries
- For loops
- List comprehensions
- While loops
- If/elif/else statements
- Functions
- Classes
- Class
__init__functions - Assert statements
- Some exceptions are thrown
- String concatenation
- In place arithmetic (+=, -=, etc.)
- Message to show on assertion failures
- Multiple arguments to print builtin
- Raise exceptions
- Try/Except blocks
- Inheritance
- Decorators