Each variable and byte-cell now contains the name of the function it
commita265c62c0792a2972ca3bebe07dc42aefa6bb6ce
authorVincent St-Amour <stamourv@dino12.iro.umontreal.ca>
Wed, 22 Jul 2009 22:08:08 +0000 (22 18:08 -0400)
committerVincent St-Amour <stamourv@dino12.iro.umontreal.ca>
Wed, 22 Jul 2009 22:08:08 +0000 (22 18:08 -0400)
tree8455492d34efa30da93d2152513db60c5cacaa67
parent741fdb074e5b513331907c11021086cd6449be33
Each variable and byte-cell now contains the name of the function it
was defined in. This will be useful for debugging (once it gets into
the register table) and will be necessary for common subexpression
elimination (to differentiate between global and local variables).
ast.scm
cfg.scm
code-generation.scm
cte.scm
parser.scm
pic18-sim.scm
register-allocation.scm