originalsouth / pallache

A small and simple header only math parser library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recursive chain in functions result in crash

originalsouth opened this issue · comments

Following simple example

./pallache
>>> a=5
5
>>> b=a
5
>>> a=b
[1]    386 segmentation fault (core dumped)  ./pallache

Issue fixed in commit 33bf744
Closing.