In Python, empty sequences should be falsy. But In CC the empty list is truthy, though the empty string is correctly falsy (tuples don't seem to be supported yet so couldn't try them).
The Pythonic w…
I haven't done extensive reproduction of this bug, but it appears that trying to compile the program "def" results in an infinite loop in Brawlwood. Still needs to be reproduced with a smaller test ca…