fix tokenizing of numbers and expressions of offset
This commit is contained in:
@@ -33,8 +33,8 @@ $doublequote = \"
|
||||
@linecomment = ";;" $linechar* \x0A
|
||||
@startblockcomment = "(;"
|
||||
@endblockcomment = ";)"
|
||||
@num = $digit (\_? $digit*)
|
||||
@hexnum = $hexdigit (\_? $hexdigit*)
|
||||
@num = $digit (\_? $digit*)*
|
||||
@hexnum = $hexdigit (\_? $hexdigit*)*
|
||||
@id = "$" $idchar+
|
||||
@floatfrac = @num "." (@num)?
|
||||
@exp = [Ee] $sign? @num
|
||||
|
||||
Reference in New Issue
Block a user