Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | initial version |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
081f7049b9397a4480458a60e684dad3 |
User & Date: | arnulf 2012-08-26 13:31:13.434 |
Context
2012-08-26
| ||
14:28 | fixes and new code check-in: f9d868063d user: arnulf tags: trunk | |
13:31 | initial version check-in: 081f7049b9 user: arnulf tags: trunk | |
13:18 | fixes and new code check-in: ed313ac4cb user: arnulf tags: trunk | |
Changes
Added Interp.tcl.
> > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | #===================================================== # Interp.tcl # * # * ALDT (Arnulf's Latex Documentation Tool) # * A Tcl parser for LaTeX files for generating document output (for example html) # * # * Container for common objects # * # * Released under same BSD license as Tcl. # * (Tcl BSD license found at <http://www.tcl.tk/software/tcltk/license.html>) # * # * Copyright 2012 Arnulf P. Wiedemann #===================================================== namespace eval :: { ::itcl::class Interp { public common string_obj_type [::Parser::StringObjType #auto] constructor {} {} } } |