mes/module/language
Jan Nieuwenhuizen 0b60a58809 mescc: Tinycc support: support foo.bar[baz], foo->bar[baz] for struct bar.
* module/language/c99/compiler.mes (struct-field): Use negative
  pointer for struct array fields.
  (expr->accu): support: support foo.bar[baz], foo->bar[baz] for struct bar.
* scaffold/tests/7c-dynarray.c: Test it.
2017-08-01 11:26:00 +02:00
..
c99 mescc: Tinycc support: support foo.bar[baz], foo->bar[baz] for struct bar. 2017-08-01 11:26:00 +02:00
paren.mes Add loadable modules. 2016-12-12 20:35:19 +01:00