feat: allow hyphens in AP names.
This commit is contained in:
parent
dcfff04b14
commit
9b08b4629c
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ interval = "[" __ const_or_unbound __ "," __ const_or_unbound __ "]"
|
|||
|
||||
const_or_unbound = const / "inf" / id
|
||||
|
||||
AP = ~r"[a-z_][a-zA-Z_\\d]*"
|
||||
AP = ~r"[a-z_][a-zA-Z_\\d-]*"
|
||||
|
||||
bot = "FALSE"
|
||||
top = "TRUE"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue