Dépôt Heptagon avec modifications pour asynchrone
Go to file
Cédric Pasteur ee767064b1 Instantiation of parametrized nodes (v2)
- Many changes to make Hept2mls, mls2obc, etc
compile with the api changes
- Added Callgraph_mapfold: starting from a main
program, generates the list of instances of each
node necessary and creates them.
- Mls2seq deals with giving to the code generators
the correct source (mls or obc, wit or without
static parameters)

It is now possible to use parametrized nodes that 
are defined in other files. For that to work, the 
first file has to be compiled to an object file:
	heptc -c mylib.ept
which creates a mylib.epo file. Compiling the main
file will then generate all the instances of 
parametrized nodes from the lib (only the called 
nodes will be compiled, but all the nodes in the 
main file are compiled).
2010-07-13 14:03:39 +02:00
compiler Instantiation of parametrized nodes (v2) 2010-07-13 14:03:39 +02:00
lib Add lib/pervasives.epi, tests, tools 2010-06-21 12:11:06 +02:00
test Completion_mapfold 2010-07-09 13:27:06 +02:00
tools enforce_style fix. 2010-07-01 20:01:23 +02:00
.gitignore .gitignore 2010-06-16 19:26:27 +02:00
heptc compilers refactoring. and bug fix of heptc vs heptcheck. 2010-06-29 19:21:07 +02:00