mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-17 13:01:31 +03:00
Add '.' and ':' to the set of allowable operator symbols.
This fixes part of #368.
This commit is contained in:
parent
7a4cbc8e03
commit
6247faa2c8
@ -39,7 +39,7 @@ $unitick = \x7
|
|||||||
@id_next = [a-zA-Z0-9_'] | $unilower | $uniupper | $unidigit | $unitick
|
@id_next = [a-zA-Z0-9_'] | $unilower | $uniupper | $unidigit | $unitick
|
||||||
|
|
||||||
@id = @id_first @id_next*
|
@id = @id_first @id_next*
|
||||||
@op = ([\!\@\#\$\%\^\&\*\~\>\<\?\+\=\|\/\\\-] | $unisymbol)+
|
@op = ([\!\#\$\%\&\*\+\-\.\/\:\<\=\>\?\@\\\^\|\~] | $unisymbol)+
|
||||||
|
|
||||||
@qual = (@id $white* :: $white*)+
|
@qual = (@id $white* :: $white*)+
|
||||||
@qual_id = @qual @id
|
@qual_id = @qual @id
|
||||||
|
Loading…
Reference in New Issue
Block a user