mes/module/language/c99
Jan Nieuwenhuizen def730d74a
mescc: Tinycc support: Structured type with char or short on heap.
* module/language/c99/compiler.mes (int->bv): New function.
  (init->data): Use it.  Add parameter.  Update callers.
  (array-init->data): Add type parmeter.
  (array-init-element->data): Likewise.
* module/mes/bytevectors.mes (bytevector-u8-set!): New function.
* module/mes/bytevectors.scm (mes): Export it.
* module/mes/as.mes (int->bv8): New function.
2018-05-19 14:53:05 +02:00
..
compiler.mes mescc: Tinycc support: Structured type with char or short on heap. 2018-05-19 14:53:05 +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