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

Add `os` keyword which works like CT but maps directly to a python function on the driver #22

Closed ShawnClake closed 5 years ago

ShawnClake commented 5 years ago

os("driver name", "function name", param1=oneVal, param2=twoVal, param3=threeVal);

os("core", "getFile", path="somePath.ah");

ShawnClake commented 5 years ago

grammar added, not implemented

ShawnClake commented 5 years ago

implemented

ShawnClake commented 5 years ago

tested