mirror of
https://github.com/circify/circ.git
synced 2026-01-13 23:57:58 -05:00
Supporting: - structs - ptrs - n-dimension arrays - nested structs - typedef - sizeof - shift operations Benchmarks: - Original HyCC kmeans testcase (without recursion). - Original HyCC gauss testcase. Co-authored-by: Alex Ozdemir <aozdemir@hmc.edu> Co-authored-by: Ubuntu <ubuntu@neptune2.maas>
8 lines
44 B
Plaintext
8 lines
44 B
Plaintext
// server
|
|
a 1
|
|
|
|
// client
|
|
b 2
|
|
|
|
// result
|
|
15 |