Re: fact inquiring questions

new topic     » goto parent     » topic index » view thread      » older message » newer message
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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu