Skip to content

Instantly share code, notes, and snippets.

@MasterDuke17
Created July 15, 2021 20:30
Show Gist options
  • Save MasterDuke17/5fad87f77189fa3133d627dcb04c86e8 to your computer and use it in GitHub Desktop.
Save MasterDuke17/5fad87f77189fa3133d627dcb04c86e8 to your computer and use it in GitHub Desktop.
block[1]: - QAST::Regex(:rxtype(concat) :subtype())
- QAST::Regex(:rxtype(scan) :subtype())
- QAST::Regex(:rxtype(concat) :subtype()) (<xxx>)
- QAST::Regex(:rxtype(subrule) :subtype(capture) :name(0)) (<xxx>)
- QAST::NodeList
- QAST::Block(:name() :cuid(1)) :code_object<?> :orig_qast<?>
│ - QAST::Var(local self :decl(param))
│ - QAST::Var(lexical $¢ :decl(var))
│ - QAST::Regex(:rxtype(concat) :subtype())
│ - QAST::Regex(:rxtype(scan) :subtype())
│ - QAST::Regex(:rxtype(concat) :subtype()) <xxx>
│ - QAST::Regex(:rxtype(subrule) :subtype(capture) :name(xxx)) <xxx>
│ - QAST::NodeList
│ - QAST::SVal(xxx)
│ - QAST::Regex(:rxtype(pass) :subtype())
- QAST::Regex(:rxtype(concat) :subtype()) <xxx>
- QAST::Regex(:rxtype(subrule) :subtype(capture) :name(xxx)) <xxx>
- QAST::NodeList
- QAST::SVal(xxx)
- QAST::Regex(:rxtype(pass) :subtype() :name(TOP))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment