mes/module
Jan Nieuwenhuizen 7667fb95c0 mescc: Proper support for i++,++i,i--,--i.
* module/language/c99/compiler.mes (ast->info): Bugfix: locals.
  Add i--, --i.  Properly support i++, ++i.
* module/mes/libc-i386.mes (i386:function-locals): Support 8 local vars.
* scaffold/t.c (test): Test it.
2017-01-07 21:53:12 +01:00
..
language mescc: Proper support for i++,++i,i--,--i. 2017-01-07 21:53:12 +01:00
mes mescc: Proper support for i++,++i,i--,--i. 2017-01-07 21:53:12 +01:00
nyacc nyacc: Add cpp to c99 mes module. 2017-01-03 22:12:12 +01:00
rnrs/arithmetic mescc: Use Nyacc frontend. 2016-12-31 09:03:07 +01:00
srfi Add string-take, string-drop. 2017-01-04 21:45:24 +01:00
sxml scm: Avoid xpath's shadowing of filter. 2017-01-03 22:18:22 +01:00