propogate TRUE/FALSE encoding changes
This commit is contained in:
parent
a72a1a1665
commit
fb2e79b807
3 changed files with 5 additions and 5 deletions
|
|
@ -40,8 +40,8 @@ const_or_unbound = const / "inf" / id
|
|||
|
||||
AP = ~r"[a-z][a-z\d]*"
|
||||
|
||||
bot = "False"
|
||||
top = "True"
|
||||
bot = "FALSE"
|
||||
top = "TRUE"
|
||||
|
||||
id = ~r"[a-z\d]+"
|
||||
const = ~r"[-+]?(\d*\.\d+|\d+)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue