From: Matthias T. <mt...@we...> - 2013-04-20 07:30:51
|
Hi Hannu, > Take words and see them all. Produce dot file and make callgraph or > wordgraph. Anyway to see what gets used where and in which order. Crazy. I think, a real forth interpreter with a modified code generator (like the debugger in amforth) would be easier to use than a python based heuristic parser that does not understand forth. Maybe gforth is a better place to start with. Matthias |