First page Back Continue Last page Summary Graphic
Checking number of registers
For each regular expression pattern
The number of pair of parenthesis = N
For some b = % i
Check if i > N
If true then throw semantic exception
e.g. REGION SHORTEST AFTER "<B1 (.+)>" TO BEFORE "</B1>"
[
b=%1;
]