menugen
menugen copied to clipboard
Create menumaker validator
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)