heptagon/compiler/utilities
Gwenal Delaval acad16b98a Graphical simulator hepts
Added graphical simulator hepts

Added option -hepts to the compiler: this option formats the output of the simulation loop
to fit with hepts (currently working only on C target code). Typically, suppresses all
"decoration" output, like input or output names, and prints output on single lines.

Currently not implemented in hepts: array types.

Usage: to simulate the node Modulename.f:

heptc -target c -s f -hepts modulename.ept
gcc modulename_c/*.c -o ./f_sim
hepts -mod Modulename -node f -exec ./f_sim
2011-05-12 10:08:13 +02:00
..
global Graphical simulator hepts 2011-05-12 10:08:13 +02:00
_tags Fixed problem with stdlib 2010-09-15 10:27:53 +02:00
graph.ml small print debugging tweaks. 2010-09-01 14:42:44 +02:00
misc.ml cosmetic 2011-04-29 15:04:47 +02:00
misc.mli cosmetic 2011-04-29 15:04:47 +02:00
pp_tools.ml Removed Interface since it's job is now done during the scoping. 2010-09-10 14:06:33 +02:00
pp_tools.mli Tabs, trailing ws and long lines shall receive no mercy! 2010-06-26 17:17:28 +02:00