Hello,
nice parser. But after creating some parsing rules, i've have a problem.
For example my text looks like this:
a;
b {
1;
2;
}
I need to count how many lines is inside of brackets { }. Could anyone provide simple code or at least small code snippet how to use Grammar.get_all(*tt_path)?
Thank You.