Unified both array syntaxes, both are now operators. Some cleanup is
commit0f375ad29d79a59272c49c6d949e58bd500a4cd6
authorVincent St-Amour <stamourv@iro.umontreal.ca>
Mon, 29 Dec 2008 02:33:47 +0000 (28 21:33 -0500)
committerVincent St-Amour <stamourv@iro.umontreal.ca>
Mon, 29 Dec 2008 02:33:47 +0000 (28 21:33 -0500)
tree70e63abe7d5e4cdb4738f95df1a083c4a0bc4df6
parent2a54bf21086e7c6b5fb32c69a4585066232d308e
Unified both array syntaxes, both are now operators. Some cleanup is
still in order, however. If array index ([]) syntax is used with
SIXPIC_FSR1 or SIXPIC_FSR2, the results will be wrong, since INDF0
will still be used to read/write the result. This is a bug, but not
important at all since these variables should use the dereference (*)
syntax instead.
ast.scm
cfg.scm
operators.scm
parser.scm
six-comp.scm