Re: fact inquiring questions
- Posted by mattlewis (admin) Apr 29, 2012
- 1343 views
kobi said...
A few questions inquiring facts.
Euphoria comes with a utility (eudis) that makes it easy to see what euphoria does at a lower level. It parses your code just like either the interpreter or translator (there are some subtle but important differences, especially related to type checking) and outputs the IL code in an assembly-like format. Eudis also outputs the details of the symbol table.
If you have graphviz installed, you can also get a Doxygen like set of html files documenting your application's routines. Here's an example showing the interpreter front end.
Matt