originalsouth / pallache

A small and simple header only math parser library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fake recursion error

originalsouth opened this issue · comments

>>> a=5
5
>>> b=5*a
25
>>> c=a*b
125
>>> c=b*a
pallache: unsupported recursion in function definition "c" detected in variable "b" in expression "c=b*a"

Bug fixed in ba18be6