Python interpreter for the "Fifth" recreational language.
- Python 3 or higher
sudo ./fifth.py install
Because why not?
Hello world:
" std.fifth " execute
" Hello, world! " .n
Addition
1 1 +
List all words (functions)
words
- Elif statements (if else) (kinda useless rn)
- Arrays
- Foreach loop (for)
- Comments
- Documentation 🖥️
- Comments (in source code) 🗨️
- Proper error handling
- Compile to assembly or c (not sure if i want to do this)
- Selfhost (after compilation is done and tested) 😓
- Make a todo list that is super long!!