4 lines
152 B
Text
4 lines
152 B
Text
Snuggs wraps Numpy in expressions with the following syntax:
|
|
|
|
expression = "(" (operator | function) *arg ")"
|
|
arg = expression | name | number | string
|