Fixed a bug related to array writes using FSR variables.
commitc88e15f7006f5b09f78972c0e8b3d10c0d0a3674
authorVincent St-Amour <stamourv@iro.umontreal.ca>
Tue, 21 Apr 2009 21:26:46 +0000 (21 17:26 -0400)
committerVincent St-Amour <stamourv@iro.umontreal.ca>
Tue, 21 Apr 2009 21:26:46 +0000 (21 17:26 -0400)
tree2127b3a195d779156c2e49288f4661c89ce939d8
parent69c66b8d558eb44e0ee51b9457ad6d1c3d7c473b
Fixed a bug related to array writes using FSR variables.
FSR variables are now simple predefined variables (see cte.scm).
The only "special variable" left is SIXPIC_MEMORY_DIVIDE, which I'll
try to make a predefined variable too.
The only difference from the programmer's point of view is that the
FSR variables should not be declared anymore, just used.
cfg.scm
cte.scm
parser.scm
six-comp.scm