#Recursive structures

2 messages · Page 1 of 1 (latest)

fluid nebula
#

Hi,

How does one represent arithmetics in Go with a recursive data structure? e.g. 1 + x * (3 * 4 + y) -z * (q + 1) + 2

Thanks.

elfin oracle