grammar_pattern_a-b-repeat_a.sed 139 B

123
  1. #Run with sed -n -f $0 pristine-java7langspec-grammar.y to emmit a list of grammar constructs like "a b {a}"
  2. /\b\(.\{2,\}\)\b.*{.*\b\1\b/p