blitz-foundation / monkey2

zlib License
3 stars 0 forks source link

Including a struct in itself hangs compiler #29

Open Pharmhaus-2 opened 5 years ago

Pharmhaus-2 commented 5 years ago

Original Author: ghost

As discussed here if you have a struct that has a member of itself, the compiler will hang.

Struct Bob
  Field b:Bob
End