CordyJ / OpenTxl

TXL programming language compiler/interpreter
Other
18 stars 1 forks source link

Multiple skipping criteria #12

Closed CordyJ closed 10 months ago

CordyJ commented 10 months ago

It's frequently frustrating not to have multiple skipping criteria available. It would be desirable to allow for multiple criteria.

Example:

    skipping [FunctionDeclaration] [ClassDeclaration]
    deconstruct * [LeftHandSideExpression] AssigningSourceElement
        AssignedReference [SubPrimaryExpression] '(: AssignedType [KnownType] )