shithub: scc

Download patch

ref: 6124426ed00d4e0802766a6100b8032155f0bb44
parent: a62bbf6a5d79b1428f3a8016644daf4b44614d95
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Mon Jan 25 16:39:19 EST 2016

Simplify definitions in the IR

Having the definition of initializers in the nex line was causing
that was impossible to be able to emit variables until parsing
the next element, which forced us to deal with a lastsym variable
and several cases. It is better to know in the same line if
the symbol is initialized or not.