1. EPP
I have finally updated my EPP (Euphoria Pre-Processor) program. There were
some bugs that had stopped me for a while, but I've fixed them and it works
now. The current version only lists what files are used by a program, but
now that the bugs are fixed, I will be updating it more regularly. You can
get it at http://members.tripod.com/~JJProg/epp.html
Jeffrey Fielding
JJProg at cyberbury.net
2. EPP
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
3. EPP
-------Phoenix-Boundary-07081998-
Content-type: text/plain; charset=ISO-8859-1
Content-transfer-encoding: Quoted-printable
Ok. EPP now supports global and regular procedures, functions, types and
the arguments to the above, with and without statements, and included
files. I am having some trouble with the rest of the code, though. I would
greatly appreciate any help with process.e especially, though if anyone
wants to start on one of the other files (converting extended Euphoria to
standard Euphoria, the debugger, the interperter, the optomizer or the
tracer), that would be great too. Just tell me before you start working so
I can make sure your designs are combatible with the rest of the code and
that it is not already being worked on.
Thanks,
Jeffrey Fielding
JJProg at cyberbury.net
http://members.tripod.com/~JJProg/
-------Phoenix-Boundary-07081998---