본문으로 바로가기

ParseTools 0.2

category 확장 패키지 (Extension Package) 2024. 10. 25. 10:10

홈페이지 : http://www.oche.de/~akupries/soft/ptools/index.html

ParseTools is both a C extension library to the script language tcl and a script library written in tcl itself. It provides:

  • Commands to build, query and manipulate abstract syntax trees.
  • A command lifting the tokenization of scripts into the script level itself. This part resides in the C extension and makes use of the parsing functionality as exported by the tcl core through its stub table.
  • Commands to convert syntax trees into other representations (nested lists, XML).
  • Commands to convert scripts into syntax trees (with tokens as intermediate step) and to transform them in basic ways (redundancy removal, deeper parsing of bracket commands, enhancing the structure of the tree, ...).

ptools0.2.tar.gz: Sources, Unix

ptools0.2.tar.gz
0.11MB

ptools0.2.tar.bz2: Sources, Unix, bzip compressed

ptools0.2.tar.bz2
0.09MB

ptools0.2.doc.tar.gz: Standalone documentation, Unix

ptools0.2.doc.tar.gz
0.01MB

ptools0.2.zip: Sources, Win*

ptools0.2.zip
0.16MB

 

'확장 패키지 (Extension Package)' 카테고리의 다른 글

tcLex 1.2a1  (0) 2024.11.21
Fancy ListBox 2.3  (0) 2024.10.25
Balloon 1.0  (0) 2024.10.25
BWidget 1.9.16  (0) 2024.10.11
mkWidgets 1.3  (0) 2024.10.11