Apitax / Core

Provides utilities and integration code which may be useful when developing various drivers for use within the Apitax framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add in script methods

ShawnClake opened this issue · comments

The grammar takes a form such as:
attribute+ ASYNC? label(optional_parameters)
{

}

Calling script methods grammar takes a form such as:
AWAIT? label(optional_parameters) callback? ;

Done most of the tasks for this issue, still requires work on async and await