Error message in Dynare

Hello everyone,
While implementing DSGE code in Dynare, I encountered the following error message:

ERROR: model.mod: line 27, col 51: syntax error, unexpected ‘;’

Line 27 contains a Taylor rule equation as follows:

r = b9r(-1) + (1-b9)(pie + x + (e-e(-1)) + u_r;

Could you please help me identify the issue?
Best regards

One of the brackets never closes.

Yes, indeed, I didn’t notice that!
Thank you, @jpfeifer.