octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

parse tree generation


From: Brian W.
Subject: parse tree generation
Date: Wed, 16 May 2007 07:06:42 -0700 (PDT)

Hi,
if a modified function file (like tmp.m) is executed (by typing tmp() at the
octave prompt, for example), the file tmp.m is first parsed and then the
function is called. Afterwards the parse tree of the function tmp() is
available for use with tree_walkers like tree_print_code (in
src/pt-pr-code.cc).

Is it possible to have a tree_walker walk through a function parse tree
without calling that function? In other words, can I just generate the parse
tree of tmp.m?

Brian

-- 
View this message in context: 
http://www.nabble.com/parse-tree-generation-tf3764788.html#a10642491
Sent from the Octave - Maintainers mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]