Skip to content

Instantly share code, notes, and snippets.

@frangio
Created June 2, 2016 03:13
Show Gist options
  • Save frangio/33ec3e47783696170c86721b56286309 to your computer and use it in GitHub Desktop.
Save frangio/33ec3e47783696170c86721b56286309 to your computer and use it in GitHub Desktop.
Filter lines consisting of balanced parentheses
h
x
s/$/0/
x
: shift
/^(/ {
s///
x
s/$/1/
x
b shift
}
/^)/ {
x
/1$/! d
s///
x
s/^)//
b shift
}
/./ d
x
/0$/! d
s///
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment