comparison src/lex.l @ 5570:3074a549d644

[project @ 2005-12-08 21:01:50 by jwe]
author jwe
date Thu, 08 Dec 2005 21:01:50 +0000
parents 17e40a1331b0
children d01f07aeaec5
comparison
equal deleted inserted replaced
5569:f7b4dfd541d1 5570:3074a549d644
273 273
274 %} 274 %}
275 275
276 D [0-9] 276 D [0-9]
277 S [ \t] 277 S [ \t]
278 NL ((\n)|(\r\n)) 278 NL ((\n)|(\r)|(\r\n))
279 SNL ({S}|{NL}) 279 SNL ({S}|{NL})
280 EL (\.\.\.) 280 EL (\.\.\.)
281 BS (\\) 281 BS (\\)
282 CONT ({EL}|{BS}) 282 CONT ({EL}|{BS})
283 Im [iIjJ] 283 Im [iIjJ]