Ticket #3512 (new defect)

Opened 1 year ago

large octal values handled incorrectly in lexer

Reported by: weyrick Assigned to:
Priority: low Milestone: 3.1.0 beta
Component: Parser/Lexer Version: trunk
Severity: minor Keywords:
Cc:

Description

we don't handle octal properly in the lexer, mainly because bigloo doesn't provide an easy way to do this. our current code will work for most normal cases where people would use octal, anyway (file permissions - that's all it's ever used for, right?)