Reputation: 1892
I want to put conditional check into lexer.l below line.But I am getting unknown error processing section when I tried to use pipe separator in the code.
LIMITLINEEND ((\n{2})|([a-z]))(Error : unknown error processing section)
Upvotes: 0
Views: 171