start work on binary search for param synth + add indeterminate names
This commit is contained in:
parent
8e728abfa8
commit
79bf4f4d20
2 changed files with 29 additions and 2 deletions
|
|
@ -49,8 +49,8 @@ prime = "'"
|
|||
|
||||
pm = "+" / "-"
|
||||
dt = "dt"
|
||||
unbound = "?"
|
||||
id = ~r"[a-zA-z\d]*"
|
||||
unbound = "?" id
|
||||
id = ~r"[a-zA-z\d]+"
|
||||
const = ~r"[\+\-]?\d*(\.\d+)?"
|
||||
op = ">=" / "<=" / "<" / ">" / "="
|
||||
_ = ~r"\s"+
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue