menugen icon indicating copy to clipboard operation
menugen copied to clipboard

Create menumaker validator

Open octotep opened this issue 9 years ago • 0 comments

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)

octotep avatar Nov 06 '15 17:11 octotep