From: Masatake Y. <je...@gy...> - 2004-05-17 06:59:58
|
> I know it might not seem so, but part of the purpose of this project > was to open bash development up more and encourage more people to be > more involved to do whatever things that may be of interest. (My > desires were to have a debugger and a time-stamped history; the latter > is completly done and the former is functional even though it could > use a lot of improvement. My next big thing will probably be a > debugger for GNU make even if it is as flaky as this debugger > initially was.) You may use perl well. Look into makepp(http://makepp.sourceforge.net/). It is make written in perl. I wrote a sample debugger code for makepp and sent to makepp maintainer. I got positive reply from the maintainer. It is worth to hack makepp because makepp is actively maintained. Masatake YAMATO |