Skip to content
Snippets Groups Projects
Closed Extend parser to enable relations between AST rules
  • View options
  • Extend parser to enable relations between AST rules

  • View options
  • Closed Issue created by René Schöne

    Currently, a relast file has two parts: first all AST rules, then all relations. It would be nice to be able to interleave them, to have relations "near" to nonterminals they affect.

    Example:

    A ::= <ID:String> ;
    rel A.Reference -> B ;
    rel A.Maybe? -> B ;
    
    B ::= <Label:String> ;

    Linked items ... 0

  • Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first
    Loading Loading Loading Loading Loading Loading Loading Loading Loading Loading