معرفی شرکت ها


tcl-tclex_1.2a1-17_i386.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Lexical analyzer generator for Tcl
ویژگی مقدار
سیستم عامل Linux
توزیع Debian Bookworm-12
مخزن Debian main i386
نام بسته tcl-tclex
نام فایل بسته tcl-tclex_1.2a1-17_i386.deb
نسخه بسته 1.2a1
انتشار بسته 17
معماری بسته i386
نگهدارنده Debian Tcl/Tk Packagers <pkg-tcltk-devel@lists.alioth.debian.org>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی
مجوز -
حجم دانلود 50596
حجم نصب 161
tcLex is a lexer (lexical analyzer) generator extension to Tcl. It is inspired by Unix and GNU lex and flex, which are "tools for generating programs that perform pattern-matching on text". tcLex is very similar to these programs, except it uses Tcl philosophy and syntax, whereas the others use their own syntax and are used in conjunction with the C language. People used to lex or flex should then feel familiar with tcLex. tcLex is a small extension (the Windows compiled version is about 20kb, and the source is about 150kb), because it extensively uses the Tcl library. However, the current doesn't use Tcl's regexp code anymore but a patched version is now included in tcLex, which makes it slightly bigger (by a few KB). tcLex should work with Tcl 8.0 and later. tcLex will NEVER work with earlier versions, because it uses Tcl 8.0's "object" system for performance. The most interesting features are: . * cross-platform support, thanks to Tcl. Though it has been developed on Windows and tested on Windows and Unix only, it should work on other platforms as long as Tcl exists on these platforms. Supported Tcl platforms are Windows 95/NT, Unix (Linux, Solaris...) and Macintosh. Other platforms are VMS, OS/2, NeXTStep, Amiga... . * unlike lex and flex, which only generate static lexers written in C and intended to be compiled, tcLex dynamically generates Tcl commands that can be used like other C commands or Tcl procedures from within Tcl scripts or C programs. . * it uses Tcl regular expressions. That means you don't have to learn another regexp language. . * it works with Tcl namespaces . * the generated lexer commands can be used in one pass or incrementally, because they maintain state information. That way, several instances of the same lexer (eg a HTML parser) can run at the same time in distinct call frames and maintain distinct states (local variables...). Lexer need not be specially designed in order to be used incrementally, the same lexer can transparently be used in one pass or incrementally. This feature is especially useful when processing text from a file or an Internet socket (Web pages for example), when data is not necessarily available at the beginning of the processing.


جایگزین ها

بسته نسخه معماری مخزن
tcl-tclex_1.2a1-17+b1_amd64.deb 1.2a1 amd64 Debian main
tcl-tclex_1.2a1-17_arm64.deb 1.2a1 arm64 Debian main
tcl-tclex_1.2a1-17_armel.deb 1.2a1 armel Debian main
tcl-tclex_1.2a1-17_armhf.deb 1.2a1 armhf Debian main
tcl-tclex_1.2a1-17_mips64el.deb 1.2a1 mips64el Debian main
tcl-tclex_1.2a1-17_mipsel.deb 1.2a1 mipsel Debian main
tcl-tclex_1.2a1-17_ppc64el.deb 1.2a1 ppc64el Debian main
tcl-tclex_1.2a1-17_s390x.deb 1.2a1 s390x Debian main


نیازمندی

مقدار نام
>= 2.1.3 libc6
>= 8.6.0-2 tcl


نحوه نصب


نصب پکیج deb tcl-tclex:

    sudo apt-get install tcl-tclex_1.2a1-17_i386.deb


فایل ها

مسیرها
./usr/lib/tcltk/tcLex1.2/pkgIndex.tcl
./usr/lib/tcltk/tcLex1.2/tcLex.so.1.2
./usr/share/doc/tcl-tclex/changelog.Debian.gz
./usr/share/doc/tcl-tclex/changelog.gz
./usr/share/doc/tcl-tclex/copyright
./usr/share/doc/tcl-tclex/examples/C/README.txt
./usr/share/doc/tcl-tclex/examples/C/parseC.tcl.gz
./usr/share/doc/tcl-tclex/examples/C/test.c.gz
./usr/share/doc/tcl-tclex/examples/C/test.tcl
./usr/share/doc/tcl-tclex/examples/XML/README.txt
./usr/share/doc/tcl-tclex/examples/XML/XML.tcl.gz
./usr/share/doc/tcl-tclex/examples/pascal/README.txt
./usr/share/doc/tcl-tclex/examples/pascal/pascal.l
./usr/share/doc/tcl-tclex/examples/pascal/pascal.tcl
./usr/share/doc/tcl-tclex/examples/pascal/test.p
./usr/share/doc/tcl-tclex/examples/strip/README.txt
./usr/share/doc/tcl-tclex/examples/strip/strip.l
./usr/share/doc/tcl-tclex/examples/strip/strip.tcl
./usr/share/doc/tcl-tclex/html/about.html
./usr/share/doc/tcl-tclex/html/about_toc.html
./usr/share/doc/tcl-tclex/html/blank.html
./usr/share/doc/tcl-tclex/html/complement.html
./usr/share/doc/tcl-tclex/html/complement_toc.html
./usr/share/doc/tcl-tclex/html/design.html
./usr/share/doc/tcl-tclex/html/design_toc.html
./usr/share/doc/tcl-tclex/html/examples.html
./usr/share/doc/tcl-tclex/html/examples_toc.html
./usr/share/doc/tcl-tclex/html/index.html
./usr/share/doc/tcl-tclex/html/menu.html
./usr/share/doc/tcl-tclex/html/using.html
./usr/share/doc/tcl-tclex/html/using_toc.html
./usr/share/doc-base/tclex-manual