This is a mirror of the tclparser extension, originally a part of TclPro.
You can download tclparser.tar.gz or clone this repository using fossil.
There are some notes on usage at the wiki.
It may have further patches applied (conservatively) as I find the need - check the timeline.
The CVS repository was mirrored from sourceforge using cvs-fast-export followed by git fast-export --all | fossil import.
Specifically:
$ cd cvs-fast-export $ git clone https://gitlab.com/esr/cvs-fast-export.git $ make $ ./cvssync :pserver:anonymous@tclpro.cvs.sourceforge.net:/cvsroot/tclpro tclparser $ PATH=`pwd`:$PATH ./cvsconvert tclparser $ cd tclparser-git $ git fast-export --all | fossil import ../tclparser.fossil
Then in the chiselapp gui:
- create repo -> upload
- remember to set the name!