ivo welch Sat, 29 Nov 2014 22:24:38 -0800
in perl, there is a nice package feature that allows parsing text like latex macros which have matching parens.
use Text::Balanced qw(extract_multiple extract_bracketed); does something like this exist (already) in julia ?