Corrected the parser to respect the C standard (and use the regular
commit0ae94af5ce3e3d6fd8c09dcbd1a8bd606f73232b
authorVincent St-Amour <stamourv@iro.umontreal.ca>
Sat, 28 Feb 2009 00:06:43 +0000 (27 19:06 -0500)
committerVincent St-Amour <stamourv@iro.umontreal.ca>
Sat, 28 Feb 2009 00:06:43 +0000 (27 19:06 -0500)
tree6a3ece78796f468a91986fd08074bd74b0ebf441
parentb676b1012891bbd53b1b20ac465882d4c1a858e7
Corrected the parser to respect the C standard (and use the regular
Gambit SIX parser).
Corrected a bug with labels without switch.
Began implementation of multiplications, but doesn't work yet.
.gitignore [new file with mode: 0644]
TODO [deleted file]
cfg.scm
code-generation.scm
parser.scm
six-comp.scm
tests/test2.c