Skip to content
Mike Bergsma edited this page Aug 1, 2014 · 1 revision

HS Version 4

Goals:

JavaScript Interpreter

With some adjustments, HS could execute JavaScript

  • introduce var type, being a reference &
  • introduce ref type, same as var
  • introduce function
  • introduce inline function
  • allow callbacks to occur in function arguments
  • introduce JS verbs use, prototype, new, switch, case, try, catch
Clone this wiki locally