summaryrefslogtreecommitdiff
path: root/src/Scilab2C/ASTGenerator/GenerateASTfoo.sci
blob: 70001632ec6820c72573b5936edb37eb8eeba1ae (plain)
1
2
3
4
5
6
// Generate the Abstract Syntactic Tree for the foo Scilab function

getf("foo.sci");
exec %program_p.sci;
t=macr2tree(foo);
t