mes/module/language/c99
Jan Nieuwenhuizen 03ba0e18df
mescc: Tinycc support: Export nested struct definitions.
* module/language/c99/compiler.mes (struct-field): Support nested,
  named and anonymous enums.
  (field->info): New function.
  (type->info): Use it to reap nestedly defined enums, structs, unions.
  (decl->info): Likewise.
* scaffold/tests/t.c: Test it.
2018-05-19 20:49:56 +02:00
..
compiler.mes mescc: Tinycc support: Export nested struct definitions. 2018-05-19 20:49:56 +02:00
compiler.scm mescc: Support function-static variables. 2018-05-04 20:45:27 +02:00
info.mes mescc: Support function-static variables. 2018-05-04 20:45:27 +02:00
info.scm mescc: Tinycc support: Char and short sign extend. 2018-05-18 23:58:10 +02:00