My own implementation of new interpreter used for author's craeted language 'Jupiter'.
- Add Tokenization
- Add Lexer
- Add Syntax Tree with Operation Nodes
- Add Parser
- Add Summing
- Add substraction
- Add Division
- Add Multiplying
- Add some other functionality (creating variables, functions etc.)