heptagon/compiler/obc
Cédric Pasteur 2956e6feb4 Fix printing of arrays in C code
It should be 
  f(int a[5])
instead of 
  f(int *a)
because the second one does not scale for 
multidimensional arrays, eg
  g(int b[10][5]) is ok
but
  g(int **b) is not.
2010-09-03 15:27:58 +02:00
..
c Fix printing of arrays in C code 2010-09-03 15:27:58 +02:00
java Refactoring Ident -> Idents ( uniform with Names etc ) 2010-07-23 19:45:19 +02:00
_tags Moved sequential/ to obc/ 2010-07-08 15:20:25 +02:00
control.ml Clock refactoring. 2010-07-23 22:13:03 +02:00
obc.ml Revet last commit a5f89876c2 and gives the right fix. 2010-09-01 14:40:31 +02:00
obc_mapfold.ml Fixed code generation for Elambda 2010-07-22 09:36:22 +02:00
obc_printer.ml Revet last commit a5f89876c2 and gives the right fix. 2010-09-01 14:40:31 +02:00
obc_utils.ml Obc_utils can now compute dependencies of an Obc program. 2010-07-27 16:28:23 +02:00