Marist-CMPT331-TOPL / adder

Adder is a small but usable subset of the Python language. It is named for the Blackadder comedy series, much as the Python language is named for Monty Python.
MIT License
0 stars 2 forks source link

Interpret the value of a variable #34

Open Tientuine opened 1 year ago

Tientuine commented 1 year ago

@Marist-CMPT331-TOPL/students

The interpreter should be able to handle simple variables by implementing the corresponding semantic rule(s) to compute an Answer. This involves looking up the value bound to the variable name in the current environment.