View · Search · Index
No registered users in community xowiki
in last 10 minutes

[Xotcl] XOTclIDE 0.32 with Syntax Checker

From: Artur Trzewik <mail_at_xdobry.de>
Date: Sat, 10 Aug 2002 15:52:55 +0200

Hi

The Integrated/Interactive Development Environment for XOTcl
The new version of XOTclIDE 0.32 is ready on
http://www.xdobry.de/xotclide

The Changes from last announced Version
- xotclide includes tcl/XOTcl parser written in XOTcl that is used for
- syntax hightlighting that is much better than regexp based syntax
hightlighting
- syntax checker (Tcl and XOTclIDE). The syntax checker is probably better
than tclpro checker. It can also check variables visibility and simulate
commands execution.
More infos to syntax checker
http://www.xdobry.de/xotclide/syntaxchek.html
The syntax checker can be used either by editing code (by accept operation)
or as syntax checker tool that can check whole XOTcl/Tcl projects.

Very good is speed of XOTcl. Checking Syntax of whole XotclIDE project
(1543 methods) takes only 114 seconds (1,2 GHz Pentium). In this time many
thousands of syntax-token objects are build and destroyed.

have fun with it