>>31511I know nothing about compiler design so I just made an algorithm that converts the source code into a continuous string with keywords represented as special chars and such. I also will need to make it push all the operators to the right in their following order so it will be easier to implement the parser as a stack machine.