Search found 2 matches

by Lennart
16.01.2020 07:01
Forum: Lexers
Topic: Lexer line continuation
Replies: 4
Views: 1012

Hello Alxey, thank you for your hints. I should be more precise. I'm dealing with a script language written by someone some time ago. But I cannot change it. It is executed line by line. lines start with a command (like RCSetItems, RCGetItems, If, LogItems) followed by some amount of parameters sepa...
by Lennart
15.01.2020 13:28
Forum: Lexers
Topic: Lexer line continuation
Replies: 4
Views: 1012

Lexer line continuation

Hello, SynWrite came to my attention and I do like it very much. I have started a lexer for an internel script language. It's is working fine in SynWrite. Now I'm looking for a way to continue a line, if it ends on the char | (maybe also whitspace afterwards) E.g. a single line to lex would look lik...