cjs8487/SS-Randomizer-Tracker

Logic Parsing

Closed this issue · 1 comments

Parse the logic as taken from the randomizer repository. Display the logic for each location in some capacity (tooltip may be ideal)

Logic format from the rando repo is as follow: X & (Y | Z). & is logical AND and | is logical OR. Some logic elements come from a separate macro file which will have to be fetched. Display (W & X & (Y | Z)) as follows:

  • W
  • X
  • Y or Z