Design - Updownquark/Expresso GitHub Wiki

Design and Ideas for Expresso

Scratch

  • Parse expressions in a class from lowest- to highest-priority
  • An expression's children always have priority greater than or equal to the parent's priority
    • This rule can be suspended by marking a child (in the parent's configuration) with

      enclosed="true"

  • Classes can specify ignorable expressions that apply to them (inherited)