// example to show how the AST is generated. // In the Scilab workspace type the following commands: // function y=foo(x) y=x+1; endfunction