pranav-ap/wasp-lang

Write Interpreter class for evaluation of code

Closed this issue · 0 comments

  • eval identifiers
  • eval binary ops
  • eval unary ops
  • eval expressions
  • eval loop

variable table

  1. name
  2. type
  3. mutable?
  4. public ?

function table

  1. name
  2. return type
  3. argument list
  4. block

UDT table

  1. name
  2. type