-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Creating a separate tool which makes sure menumaker scripts are valid could potentially ease development and bug squashing. Some things to check:
- The script has a "main" menu
- Every begin statement has a matching end statement
- The end statement comes after the begin statement
- Every menu has a name (might be tricky)
Reactions are currently unavailable