1. Get line in memory
2. Read characters until a space or an operator
3. If you have found a variable (operand), store its name
4. If you have found an operator, call a function handling that...