theodore-norvell / PLAAY

Senior Design Project PLAAY (Programming Language for Adults And Youth)
2 stars 0 forks source link

Interpreter call world revision #89

Closed christopher-rodgers closed 6 years ago

christopher-rodgers commented 6 years ago

Contains implementations for +,-,*,/,>,>=,<,<=,==,& and |.

I've created 3 separate factory functions that produces steppers for arithmetic, comparator and logical operations.

theodore-norvell commented 6 years ago

I changed "==" to "=". The current implementation o "=" has some problems. But I'm going to make a new issue for that.