mes/module/language/c99
Jan Nieuwenhuizen e53f55f002
mescc: Support functions in expression.
* module/language/c99/info.scm (<function>): New type.
* module/language/c99/compiler.mes (ast->type): Support function.
  (expr->type-size): Likewise.
  (expr->type): Likewise.
  (expr->accu*): Likewise.
  (function->info): Create <function>.
* module/mes/M1.mes (object->M1): Grok <function>.
* scaffold/tests/47-function-expression.c: Test it.
* build-aux/check-mescc.sh: Add it.
2018-05-04 13:58:27 +02:00
..
compiler.mes mescc: Support functions in expression. 2018-05-04 13:58:27 +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: Support functions in expression. 2018-05-04 13:58:27 +02:00