Write Interpreter class for evaluation of code
Closed this issue · 0 comments
pranav-ap commented
- eval identifiers
- eval binary ops
- eval unary ops
- eval expressions
- eval loop
variable table
- name
- type
- mutable?
- public ?
function table
- name
- return type
- argument list
- block
UDT table
- name
- type