Simple dereference syntax has been added, which makes the use of the
commit01e427d4a2a7d054910ab592967f61a402d74355
authorVincent St-Amour <stamourv@iro.umontreal.ca>
Sun, 21 Dec 2008 22:05:57 +0000 (21 17:05 -0500)
committerVincent St-Amour <stamourv@iro.umontreal.ca>
Sun, 21 Dec 2008 22:05:57 +0000 (21 17:05 -0500)
tree373c960168825fa8fe535b2ece9216de9e965b10
parent5a5224015411b3884aefae134c53abcb5e6e8f1a
Simple dereference syntax has been added, which makes the use of the
FSR variables much more natural. Some minor optimizations regarding
arrays have also been added. The next step in this area would be to
merge the code for the 2 array syntaxes, which is quite similar,
except that array indexing ([]) is not an operator, but a special
case. Once it is an operator, the could would easily be merged.
TODO
cfg.scm
code-generation.scm
operators.scm
parser.scm