start work on binary search for param synth + add indeterminate names

This commit is contained in:
Marcell Vazquez-Chanlatte 2016-10-07 02:01:00 -07:00
parent 8e728abfa8
commit 79bf4f4d20
2 changed files with 29 additions and 2 deletions

View file

@ -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"+