Apitax / Scriptax

Scriptax is a general purpose, automation first language used to quickly script together automation.
GNU General Public License v3.0
2 stars 0 forks source link

A second type of method_atom should be added to reduce confusion #51

Closed ShawnClake closed 5 years ago

ShawnClake commented 5 years ago

method_def: attributes label LPAREN flexible_parameter_block RPAREN block

method_def_atom: LPAREN flexible_parameter_block RPAREN ARROW block

ShawnClake commented 5 years ago

grammar added

ShawnClake commented 5 years ago

implementation added and tested