[fpc-announce] New entry in Free Pascal Contributed units. (Pascal To Html, plus tokenizer)

contribs at freepascal.org contribs at freepascal.org
Mon Nov 20 06:12:51 CET 2006


The following entry was added to the Free Pascal contributed units:

Name         : Pascal To Html, plus tokenizer
Author       : L505 (Lars)
Email        : fpcunits(@)z505(.)com
Homepage     : http://z505.com
FTP site     : http://sourceforge.net/project/showfiles.php?group_id=145841&package_id=161336&r
Version      : 0.0.1
Date         : 2006-11-20
Category     : Internet
Supported OS : Windows, Linux, BSD
Description  :
This package includes a powerful Pascal tokenizer and demo programs that make use of the tokenizer to convert Pascal to HTML.  A string or file containing Pascal source text can instantly be converted to an html file or an html string snippet.
<p>
The demos are cgi programs but the tokenizer can be used in desktop GUI programs, or commandline programs.
<p>
Example functions included:
<pre>
  PasStrToHtmStr
  PasStrToHtmFile
  PasFileToHtmStr
  PasFileToHtmFile
</pre>
The tokenizer is a DLL written in FPC, but can be compiled without DLL reliance as static also. The DLL also shows how to 100 percent fake object orientation and abstraction using only portable record structures.




More information about the fpc-announce mailing list