gokr / spry

A Smalltalk and Rebol inspired language implemented as an AST interpreter in Nim
Other
390 stars 23 forks source link

Fixing SIGSEGV on null value #4

Closed ray-delossantos closed 8 years ago

ray-delossantos commented 8 years ago

Fixing SIGSEGV on self.body null value.

gokr commented 8 years ago

An Activation should always have a body with a seq of Nodes. Iff issue appears, better to find the root causes why this wouldn't be true.