| 3 | | == The CIVL-C Language == |
| 4 | | |
| 5 | | Contents |
| 6 | | * [wiki:Arrays] |
| 7 | | * [wiki:Pointers] |
| 8 | | * [wiki:MessagePassing] |
| 9 | | * [wiki:OmnibusChanges] |
| 10 | | * [wiki:LanguageSubset] |
| 11 | | * [wiki:Examples] |
| 12 | | * [wiki:ConcurrencyExtensions] (including ranges, domains, `$for`, `$parfor`) |
| 13 | | |
| 14 | | === Thoughts about the CIVL-C language === |
| 15 | | |
| 16 | | * It might be nice to introduce some convenience constructs that are syntactic sugar for commonly occurring patterns. For example, something like "$proc p = $run stmt" which is short for declaring a temporary procedure with body stmt and spawning that procedure. Also, something like "$waitall($proc procs[], int numProcs);" (that one can be defined as a library function). |
| 17 | | |
| 18 | | == Meetings == |
| 19 | | |
| 20 | | * [wiki:CIVLmeeting2013] |
| 21 | | |
| 22 | | == Tool Development== |
| | 3 | == Tool Development == |