EPP
- Posted by Jeffrey Fielding <JJProg at CYBERBURY.NET> Nov 11, 1998
- 623 views
I've updated EPP again. Now it supports with and without. I've included tree.ex that displays included files, with, and without statements like this: ex tree tree.ex include tree.ex without warning include c:\windows\profiles\jjprog\desktop\epp\process.e include c:\windows\profiles\jjprog\desktop\epp\tokens.e include c:\euphoria\include\sort.e include c:\windows\profiles\jjprog\desktop\epp\files.e include c:\euphoria\include\file.e include c:\euphoria\include\wildcard.e include c:\windows\profiles\jjprog\desktop\epp\files.e include c:\euphoria\include\file.e include c:\euphoria\include\wildcard.e include c:\windows\profiles\jjprog\desktop\epp\error.e You can also use this to write the output to a file: ex tree tree.ex out.txt Jeffrey Fielding JJProg at cyberbury.net