theodore-norvell / PLAAY

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

Interpreter if, variables. and while #107

Closed inexpensive closed 6 years ago

inexpensive commented 6 years ago

Includes implementation and tests for the following: -Expression sequences -If/else -while -variable declaration, assignment, and referencing

also includes tests for the scrub method that exposed a bug (which I have fixed).