The following (at least) should be done before a release:
- Implement the bulk of Regular Expressions.
- Implement something for the remaining 25 or so library functions, even
if they just throw a not implemented exception
- Esiply should work interactively
- Get rid of ESIPLY_HOME environment variable and figure out where and how I'm intending to find the standard library stuff.
- The makefile should work on linux, solaris, mac, and have standard targets.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Revision 41 switched to using autoconf and automake, which is a step in the right direction. We should now have all the standard targets working on linux, solaris, mac, and maybe more.
We're also setup to get rid of ESIPLY_HOME.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1884147
Originator: YES
The following (at least) should be done before a release:
- Implement the bulk of Regular Expressions.
- Implement something for the remaining 25 or so library functions, even
if they just throw a not implemented exception
- Esiply should work interactively
- Get rid of ESIPLY_HOME environment variable and figure out where and how I'm intending to find the standard library stuff.
- The makefile should work on linux, solaris, mac, and have standard targets.
Logged In: YES
user_id=1884147
Originator: YES
Revision 41 switched to using autoconf and automake, which is a step in the right direction. We should now have all the standard targets working on linux, solaris, mac, and maybe more.
We're also setup to get rid of ESIPLY_HOME.