DIRECTOR: Lingo: Implemented \xC2 continuation symbol support

This commit is contained in:
Eugene Sandulenko 2017-02-12 11:58:19 +01:00
parent ed1d606e9f
commit d4a718bf84
2 changed files with 344 additions and 336 deletions

File diff suppressed because it is too large Load Diff

View File

@ -84,6 +84,7 @@ whitespace [\t ]
%%
\xC2[\r\n] { g_lingo->_linenumber++; g_lingo->_colnumber = 0; }
--[^\r\n]*
^{whitespace}+ { count(); }
[\t]+ { count(); return ' '; }