fix parsing prefix operators in calls
This commit is contained in:
parent
b52c1b26c9
commit
29a80854a4
4 changed files with 69 additions and 43 deletions
|
@ -100,7 +100,7 @@ norm: \\u ->
|
|||
u / vec l l
|
||||
|
||||
perpClockwise: \\v ->
|
||||
vec (vecY v) (-(vecX v))
|
||||
vec (vecY v) -(vecX v)
|
||||
|
||||
withDotter \\d ->
|
||||
pi = 3.14159265
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue