[Webkit-unassigned] [Bug 16818] dftables should be rewritten as a script

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 10 14:41:27 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16818





------- Comment #1 from ddkilzer at webkit.org  2008-01-10 14:41 PDT -------
Created an attachment (id=18376)
 --> (http://bugs.webkit.org/attachment.cgi?id=18376&action=view)
dftables in Perl

Here's the rewrite of the dftables script in everyone's favorite scripting
language:  Perl!

Since the original C++ program was pulling values from the pcre_internal.h
header file, the script creates a file that is pre-processed using cpp to
generate Perl code, which is then eval-ed.

The Perl will look very C-like because I mostly kept the same logic/structures
as the original C code to make it easier to verify.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list