You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.
The Error Checker will search for errors in the entire script before the execution of the script.
Since the way ABIS is build this can be acomplished and make ABIS free of Runtime Exeptions.
The Error-Checker should look for:
invalid variable names.
validate types in parameters actions.
action names and parameters quantity.
validate Blocks names, input & output types.
invalid Flag names/refences.
The text was updated successfully, but these errors were encountered:
Error-Checker
The Error Checker will search for errors in the entire script before the execution of the script.
Since the way ABIS is build this can be acomplished and make ABIS free of Runtime Exeptions.
The Error-Checker should look for:
The text was updated successfully, but these errors were encountered: