projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
1a502164404d7256b3b6fd4aba0cd403b4c3073a
[Faustine.git]
/
interpretor
/
faust-0.9.47mr3
/
compiler
/
parallelize
/
colorize.h
1
#ifndef __COLORIZE__
2
#define __COLORIZE__
3
4
#include <set>
5
#include <algorithm>
6
#include <iterator>
7
8
#include
"tlib.hh"
9
10
void
splitDependance
(
const
set
<
Tree
>&
exps
,
set
<
Tree
>&
post
,
set
<
Tree
>&
pre
);
11
12
#endif